Socket
Socket
Sign inDemoInstall

@nodesuite/process

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodesuite/process - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

.eslintrc.js

32

package.json
{
"$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"
}
}
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