Socket
Socket
Sign inDemoInstall

npx-import

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npx-import - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2-0

2

package.json
{
"name": "npx-import",
"version": "1.1.1",
"version": "1.1.2-0",
"description": "Runtime dependencies, installed as if by magic ✨",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -220,3 +220,7 @@ import os from 'node:os'

if (WINDOWS) {
const paths = stdout.replace(/^PATH=/i, '').split(';')
const paths = stdout
.replace(/^PATH=/i, '')
.replace(/\\\\\\\\/g, '\\\\')
.replace(/\\r\\n/g, ';')
.split(';')
const tempPath = paths.find((p) => /\\npm[-\\]+cache\\_npx\\/.exec(p))

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