New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chiragrupani/package-install-cmd

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chiragrupani/package-install-cmd - npm Package Compare versions

Comparing version 2.1.1 to 2.2.1

dist/package.json

19

package.json
{
"name": "@chiragrupani/package-install-cmd",
"version": "2.1.1",
"version": "2.2.1",
"description": "Lists the dependency and dev dependency in the project and generates commands to install them using npm",

@@ -11,4 +11,4 @@ "main": "dist/index.js",

"start": "npm run build && node dist/cli.js",
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"coverage": "nyc -t 'coverage/.nyc_output' -r text -r cobertura -e .ts -x \"tests/*.test.ts\" npm run test -- --reporter=mocha-junit-reporter --reporter-options mochaFile=coverage/test-results.xml",
"test": "vitest run",
"coverage": "vitest run --coverage",
"deploy-local": "(npm run package) && (npm install -g) && package-install-cmd",

@@ -38,13 +38,8 @@ "package": "npm run clean && npm run build && npm pack"

"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.3",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"@types/node": "^20.12.7",
"typescript": "^5.4.5",
"@vitest/coverage-v8": "^1.4.0",
"vitest": "^1.4.0"
},
"dependencies": {}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc