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

install-recursive

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

install-recursive - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

2

index.js

@@ -16,2 +16,4 @@ #!/usr/bin/env node

console.log('cwd', cwd);
var child = spawn(`./bin/npm-install.sh ${isProd ? '--production': ''}`, [], {cwd: cwd});

@@ -18,0 +20,0 @@

2

package.json
{
"name": "install-recursive",
"version": "2.1.4",
"version": "2.1.5",
"bin": {

@@ -5,0 +5,0 @@ "install-recursive": "./index.js",

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