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
2
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 5.0.0 to 6.0.0

2

lib/index.d.ts
/// <reference types="node" />
/// <reference types="node" />
import childProcess from 'child_process';
import type childProcess from 'child_process';
export interface RunNPMOptions {

@@ -5,0 +5,0 @@ cwd?: string;

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

@@ -12,7 +12,7 @@ "main": "lib/index.js",

"engines": {
"node": ">=14.6"
"node": ">=16.14"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/run-npm",
"repository": "https://github.com/pnpm/pnpm/blob/main/exec/run-npm",
"keywords": [
"pnpm7"
"pnpm8"
],

@@ -23,6 +23,6 @@ "license": "MIT",

},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/run-npm#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/main/exec/run-npm#readme",
"devDependencies": {
"@pnpm/run-npm": "5.0.0",
"@types/cross-spawn": "^6.0.2"
"@types/cross-spawn": "^6.0.2",
"@pnpm/run-npm": "6.0.0"
},

@@ -38,3 +38,3 @@ "dependencies": {

"scripts": {
"lint": "eslint src/**/*.ts",
"lint": "eslint \"src/**/*.ts\"",
"test": "pnpm run compile",

@@ -41,0 +41,0 @@ "compile": "tsc --build && pnpm run lint --fix"

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