V
V
Vladimir Golub2019-09-20 11:02:25
npm
Vladimir Golub, 2019-09-20 11:02:25

Why is the @ symbol used in node modules?

What does the @ symbol mean in a package name?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mikhail Osher, 2019-09-20
@RazerVG

https://docs.npmjs.com/creating-and-publishing-sc...

G
grinat, 2019-09-20
@grinat

Namespace is added, private packages are marked this way by default: @company_name/package_name but if you set a flag when publishing, then you can make it public, I do this in cases where I fork someone else's lib, and the author is in no hurry to merge pr, or for public packages that published under the company's account.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question