New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/run-npm

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/run-npm - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

CHANGELOG.md

7

lib/index.d.ts
/// <reference types="node" />
export default function runNpm(npmPath: string | undefined, args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
import childProcess = require('child_process');
export default function runNpm(npmPath: string | undefined, args: string[]): childProcess.SpawnSyncReturns<Buffer>;
export declare function runScriptSync(command: string, args: string[], opts: {
cwd: string;
stdio: string;
stdio: childProcess.StdioOptions;
userAgent?: string;
}): import("child_process").SpawnSyncReturns<Buffer>;
}): childProcess.SpawnSyncReturns<Buffer>;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.runScriptSync = void 0;
const spawn = require("cross-spawn");

@@ -4,0 +5,0 @@ const path = require("path");

{
"name": "@pnpm/run-npm",
"version": "2.0.1",
"version": "2.0.2",
"description": "Runs the npm CLI",

@@ -30,8 +30,9 @@ "main": "lib/index.js",

"@pnpm/run-npm": "link:",
"@types/cross-spawn": "^6.0.1"
"@types/cross-spawn": "^6.0.2"
},
"dependencies": {
"cross-spawn": "7.0.2",
"cross-spawn": "^7.0.3",
"path-name": "1.0.0"
}
},
"funding": "https://opencollective.com/pnpm"
}
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