Socket
Socket
Sign inDemoInstall

npm-run-path

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

4

index.js

@@ -29,6 +29,6 @@ 'use strict';

opts = Object.assign({
env: Object.assign({}, process.env)
env: process.env
}, opts);
const env = opts.env;
const env = Object.assign({}, opts.env);
const path = pathKey({env});

@@ -35,0 +35,0 @@

{
"name": "npm-run-path",
"version": "2.0.1",
"version": "2.0.2",
"description": "Get your PATH prepended with locally installed binaries",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc