K
K
Ken Jee2019-03-14 04:45:28
Node.js
Ken Jee, 2019-03-14 04:45:28

What is the difference in NodeJS between a package name with @ and without?

What is the difference between packages with and without the @ symbol in their names? For example, there is @babel/core and babel-core, but babel-loader exists in a single name. I have noticed that those packages that start with @ have a more recent version number than their aliases.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Robur, 2019-03-14
@Machez

https://docs.npmjs.com/about-scopes
Previously, they were not there, now they are being switched to - for example, the same babel moved not so long ago, that's why it's fresh in @.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question