Socket
Socket
Sign inDemoInstall

@npmcli/run-script

Package Overview
Dependencies
Maintainers
7
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.2.0 to 1.2.1

4

lib/set-path.js

@@ -16,3 +16,3 @@ const {resolve, dirname} = require('path')

const pathArr = [nodeGypPath]
const pathArr = []
// unshift the ./node_modules/.bin from every folder

@@ -28,3 +28,3 @@ // walk up until dirname() does nothing, at the root

} while (p !== pp)
pathArr.push(PATH)
pathArr.push(nodeGypPath, PATH)

@@ -31,0 +31,0 @@ const pathVal = pathArr.join(delimiter)

{
"name": "@npmcli/run-script",
"version": "1.2.0",
"version": "1.2.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