Socket
Socket
Sign inDemoInstall

@tracerbench/spawn

Package Overview
Dependencies
4
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.1.0

16

package.json
{
"name": "@tracerbench/spawn",
"version": "1.0.3",
"version": "1.1.0",
"description": "High level spawn API for spawning process with a connection to the DevTools protocol.",

@@ -15,4 +15,4 @@ "license": "BSD-2-Clause",

"scripts": {
"build": "tsc",
"build:clean": "rm -rf dist && yarn run build",
"build": "tsc -b",
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"lint": "tslint -p tsconfig.json",

@@ -22,5 +22,5 @@ "prepare": "yarn run build"

"dependencies": {
"@tracerbench/message-transport": "^1.0.1",
"@tracerbench/message-transport": "^1.1.0",
"debug": "^4.1.1",
"execa": "^2.0.2",
"execa": "^3.1.0",
"race-cancellation": "^0.4.1"

@@ -31,8 +31,8 @@ },

"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
"typescript": "^3.6.4"
},
"gitHead": "707c39013bbab664521045c17fcdc96d68bc2516"
"gitHead": "5952575b4e979ed608d48972982dc6881edf6ce9"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc