
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
npm-safe-install
Advanced tools
A cli utility that performs npm install in a safe manner such the locally linked modules are re-linked after installation
These instructions will get your a copy of the project up and running on your local machine.
node >= 8.4.0
Install npm-safe-install
globally by running the following command:
npm install -g npm-safe-install
You can run the module by using any of the following command :
npm-safe-install
nsi
When you run this utility ,it searches for the linked projects and rebuilds any broken links.
Alternatively you can create a .nsi.json
in the root directory and list all the submodules in form of an array
// example
[
"module-1",
"module-2"
]
The utility will rebuild the links for the submodules specified in this file.
This utility has the following options :
# run nsi in current directory
nsi
# install npm packages
nsi package-1 package-2
# run nsi in target folder
nsi -t <target folder path>
# install npm package in target path
nsi -t <target folder path> package-1 package-2
# check version
nsi -v
# list all options
nsi -h
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
Install packages without breaking your links
The npm package npm-safe-install receives a total of 2,990 weekly downloads. As such, npm-safe-install popularity was classified as popular.
We found that npm-safe-install 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.