Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chiragrupani/package-install-cmd

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

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

Comparing version 1.2.0 to 1.2.1

2

dist/packageFileReader.js

@@ -17,3 +17,3 @@ "use strict";

var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -20,0 +20,0 @@ return result;

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

@@ -38,13 +38,13 @@ "main": "dist/index.js",

"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.5",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.23",
"chai": "^4.2.0",
"mocha": "^7.2.0",
"mocha-junit-reporter": "^1.23.3",
"nyc": "^15.0.1",
"mocha": "^8.0.1",
"mocha-junit-reporter": "^2.0.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^8.10.1",
"typescript": "^3.9.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {}
}
## Package Install Command generator (PIC)
[![npm (scoped)](https://img.shields.io/npm/v/@chiragrupani/package-install-cmd.svg?style=flat-square)](https://www.npmjs.com/package/@chiragrupani/package-install-cmd) [![npm](https://img.shields.io/npm/dt/@chiragrupani/package-install-cmd.svg?style=flat-square)](https://www.npmjs.com/package/@chiragrupani/package-install-cmd)
[![Build Status](https://dev.azure.com/chiragrupani/Package%20Install%20Command/_apis/build/status/ChiragRupani.package-install-cmd?branchName=master)](https://github.com/ChiragRupani/package-install-cmd)
Read package.json file and generates npm install commands for installed packages. It generates seperate commands for dev dependency, dependency and types.
Available in [NPM Registry](https://www.npmjs.com/package/@chiragrupani/package-install-cmd) 🎉
Available in [NPM Registry](https://www.npmjs.com/package/@chiragrupani/package-install-cmd)

@@ -7,0 +11,0 @@ > Installation

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