'Babel package name convention on npm

Babel seems to offer two sets of packages on npm. One is named with a '@' prefix and '/' separator such as @babel/core. The other is named without a '@' prefix and with '-' separator such as babel-core. Is it because they changed the naming convention since version 7 or due to another reason?

Thanks,



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source