@nodesuite/process
Advanced tools
Comparing version 0.0.22 to 0.0.23
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "@nodesuite/process", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Enhanced Node child-process management.", | ||
@@ -17,8 +17,12 @@ "keywords": [ | ||
"author": "@nodesuite", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"README.md" | ||
], | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"dependencies": { | ||
@@ -28,8 +32,8 @@ "tslib": "^2.4.0" | ||
"devDependencies": { | ||
"@nodesuite/eslint-config": "0.0.22", | ||
"@nodesuite/node-rig": "0.0.22", | ||
"@nodesuite/eslint-config": "0.0.23", | ||
"@nodesuite/node-rig": "0.0.23", | ||
"@rushstack/eslint-config": "^3.0.0", | ||
"@rushstack/heft": "^0.47.5", | ||
"@types/node": "^18.7.13", | ||
"@typescript-eslint/parser": "^5.35.1", | ||
"@types/node": "^18.7.14", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"ava": "^4.3.3", | ||
@@ -43,3 +47,4 @@ "barrelsby": "^2.4.0", | ||
"sort-package-json": "^1.57.0", | ||
"typescript": "^4.8.2" | ||
"tsup": "^6.2.3", | ||
"typescript": "4.7.4" | ||
}, | ||
@@ -57,2 +62,3 @@ "engines": { | ||
"build": "heft build --clean", | ||
"build:prod": "tsup-node --config=node_modules/@nodesuite/node-rig/profiles/default/tsup.config.js", | ||
"circular": "dpdm --ext ts --circular --output .rush/circular.json src", | ||
@@ -64,5 +70,5 @@ "clean": "run-p clean:*", | ||
"lint:sort": "sort-package-json", | ||
"typecheck": "tsc --noemit", | ||
"typecheck": "tsc --noEmit", | ||
"upgrade": "ncu -u --packageFile package.json" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220178
2241
16
43
2
3
2