New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@dbcdk/npm-tools

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbcdk/npm-tools

A CLI that helps manage NPM dependencies

latest
Source
npmnpm
Version
2.1.3
Version published
Maintainers
1
Created
Source

npm-tools

This is a CLI for managing dependencies in NPM projects.

It makes it possible to have a global file where dependency versions are defined using SEMVER. The CLI lets you verify that the installed dependencies of a project match the ones in the global file.

The CLI will exit with an error if verification fails, hence it can be used during the build phase of a project.

Modify the package.json

{
  ...
  postinstall: "npx @dbcdk/npm-tools@latest package-lock.json https://SOME_HOST/dependencies.json"
}

FAQs

Package last updated on 13 Feb 2025

Did you know?

Socket

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.

Install

Related posts