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

@npmcli/run-script

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/run-script - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

lib/signal-manager.js

6

lib/run-script-pkg.js

@@ -5,2 +5,3 @@ const makeSpawnArgs = require('./make-spawn-args.js')

const { isNodeGypPackage, defaultGypInstallScript } = require('@npmcli/node-gyp')
const signalManager = require('./signal-manager.js')

@@ -61,4 +62,9 @@ // you wouldn't like me when I'm angry...

})
if (stdio === 'inherit')
signalManager.add(p.process)
if (p.stdin)
p.stdin.end()
return p

@@ -65,0 +71,0 @@ }

4

package.json
{
"name": "@npmcli/run-script",
"version": "1.7.2",
"version": "1.7.3",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",

@@ -32,3 +32,3 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",

"@npmcli/node-gyp": "^1.0.0",
"@npmcli/promise-spawn": "^1.2.0",
"@npmcli/promise-spawn": "^1.3.0",
"infer-owner": "^1.0.4",

@@ -35,0 +35,0 @@ "node-gyp": "^7.1.0",

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