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.7 to 2.1.8

2

index.js

@@ -19,3 +19,3 @@ #!/usr/bin/env node

var child = spawn(`${path.join(__dirname, run.sh)} ${isProd ? '--production': ''}`, [], {cwd: cwd});
var child = spawn(`${path.join(__dirname, 'run.sh')} ${isProd ? '--production': ''}`, [], {cwd: cwd});

@@ -22,0 +22,0 @@ child.stdout.pipe(process.stdout);

{
"name": "install-recursive",
"version": "2.1.7",
"version": "2.1.8",
"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