@pnpm/run-npm
Advanced tools
Comparing version 5.0.0 to 6.0.0
/// <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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5432
0