Socket
Socket
Sign inDemoInstall

@npmcli/run-script

Package Overview
Dependencies
Maintainers
6
Versions
55
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.0 to 1.7.1

3

lib/run-script-pkg.js

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

! pkg.scripts.preinstall &&
pkg.gypfile !== false &&
await isNodeGypPackage(path)

@@ -39,3 +40,3 @@ ) {

if (!cmd)
return Promise.resolve({ code: 0, signal: null })
return { code: 0, signal: null }

@@ -42,0 +43,0 @@ if (stdio === 'inherit' && banner !== false) {

{
"name": "@npmcli/run-script",
"version": "1.7.0",
"version": "1.7.1",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",

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

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