
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
rewrite your require statements to use a new scope.
scope-it -s @myco private-module-1 some-other-module
will run a "dry run" so you can verify the changes to your code before the files are replaced.
scope-it --dry 0 -s @myco private-module-1 some-other-module
adding --dry 0 will update all the javascript file in the project!
npm install -g scope-it
scope-it [options] [modules to scope]
Options:
--scope, -s the scope name or an empty scope to remove the scopes from
matching require statements [required]
--dry set --dry 0 to save result [default: true]
--colors, -c if code output should not be highlighted set this to 0
[default: true]
--dir, -d specify a module directory. defaults to your current working
directory [default: "/home/soldair/projects/npm/scope-it"]
--name set this to 0 if you do not want to also update this module's
scope [default: true]
-h, --help Show help [boolean]
--version Show version number [boolean]
You can use this tool to move from unscoped private modules to your own org scope and to move modules from one scope to another.
FAQs
scope-it --------
We found that scope-it demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.