Socket
Socket
Sign inDemoInstall

@npmcli/run-script

Package Overview
Dependencies
Maintainers
5
Versions
56
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 8.0.0 to 8.1.0

6

lib/run-script-pkg.js

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

let inputEnd = () => {}
if (stdio === 'inherit') {

@@ -60,4 +61,5 @@ let banner

banner += '\n'
const { output } = require('proc-log')
const { output, input } = require('proc-log')
output.standard(banner)
inputEnd = input.start()
}

@@ -109,5 +111,5 @@

}
})
}).finally(inputEnd)
}
module.exports = runScriptPkg
{
"name": "@npmcli/run-script",
"version": "8.0.0",
"version": "8.1.0",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",

@@ -19,3 +19,3 @@ "author": "GitHub Inc.",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.3",
"@npmcli/template-oss": "4.21.4",
"spawk": "^1.8.1",

@@ -46,3 +46,3 @@ "tap": "^16.0.1"

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.3",
"version": "4.21.4",
"publish": "true"

@@ -49,0 +49,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