Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pnpm

Package Overview
Dependencies
Maintainers
2
Versions
1097
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pnpm - npm Package Compare versions

Comparing version 10.0.0-beta.2 to 10.0.0-beta.3

dist/node_modules/.pnpm-workspace-state.json

2

dist/node_modules/cross-spawn/lib/enoent.js

@@ -27,3 +27,3 @@ 'use strict';

if (name === 'exit') {
const err = verifyENOENT(arg1, parsed, 'spawn');
const err = verifyENOENT(arg1, parsed);

@@ -30,0 +30,0 @@ if (err) {

@@ -18,6 +18,8 @@ 'use strict';

// Algorithm below is based on https://qntm.org/cmd
// It's slightly altered to disable JS backtracking to avoid hanging on specially crafted input
// Please see https://github.com/moxystudio/node-cross-spawn/pull/160 for more information
// Sequence of backslashes followed by a double quote:
// double up all the backslashes and escape the double quote
arg = arg.replace(/(\\*)"/g, '$1$1\\"');
arg = arg.replace(/(?=(\\+?)?)\1"/g, '$1$1\\"');

@@ -27,3 +29,3 @@ // Sequence of backslashes followed by the end of the string

// double up all the backslashes
arg = arg.replace(/(\\*)$/, '$1$1');
arg = arg.replace(/(?=(\\+?)?)\1$/, '$1$1');

@@ -30,0 +32,0 @@ // All other backslashes occur literally

{
"name": "cross-spawn",
"version": "7.0.3",
"version": "7.0.5",
"description": "Cross platform child_process#spawn and child_process#spawnSync",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "10.0.0-beta.2",
"version": "10.0.0-beta.3",
"bin": {

@@ -6,0 +6,0 @@ "pnpm": "bin/pnpm.cjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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