Skip to main content

One post tagged with "NPM"

View All Tags

Changing Names of our Node Packages

· 3 min read
Stefan Benicke
Senior Developer @ Eyeson

We're excited to announce that we've updated how we publish our Node.js packages: going forward, all our packages will be published under the @eyeson organization scope on npm.

What's Changing?

Previously, our packages were named like this:

  • eyeson
  • eyeson-node

Now, they'll be published like this:

  • @eyeson/js
  • @eyeson/node

This change only affects the package names — all functionality remains the same, and you can continue using our libraries as usual with a small update to your package.json.

Deprecation Notice

The old packages (e.g. eyeson-node) will remain available until July 1st, 2025. After that date, they will no longer receive updates and may be removed from npm entirely.