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.0 to 1.1.1

2

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

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

@@ -221,3 +221,3 @@ import os from 'node:os'

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

@@ -224,0 +224,0 @@ if (!tempPath)

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