Socket
Socket
Sign inDemoInstall

jest-dev-server

Package Overview
Dependencies
51
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.1 to 9.0.2

2

dist/index.d.ts

@@ -50,3 +50,3 @@ import { SpawndOptions, SpawndChildProcess } from 'spawnd';

*/
usedPortAction?: "ask" | "error" | "ignore";
usedPortAction?: "ask" | "error" | "ignore" | "kill";
/**

@@ -53,0 +53,0 @@ * Options to pass to [`wait-on`](https://www.npmjs.com/package/wait-on).

{
"name": "jest-dev-server",
"description": "Starts a server before your Jest tests and tears it down after.",
"version": "9.0.1",
"version": "9.0.2",
"type": "commonjs",

@@ -40,8 +40,8 @@ "main": "./dist/index.js",

"devDependencies": {
"@types/cwd": "^0.10.0",
"@types/prompts": "^2.4.5",
"@types/wait-on": "^5.3.2",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-swc3": "^0.10.1"
"@types/cwd": "^0.10.2",
"@types/prompts": "^2.4.9",
"@types/wait-on": "^5.3.4",
"rollup": "^4.5.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.10.4"
},

@@ -53,7 +53,7 @@ "dependencies": {

"prompts": "^2.4.2",
"spawnd": "^9.0.1",
"spawnd": "^9.0.2",
"tree-kill": "^1.2.2",
"wait-on": "^7.0.1"
"wait-on": "^7.2.0"
},
"gitHead": "76ed6ee5441d039bcbd616d5e6821dfc529ad43f"
"gitHead": "648701a447c79e430fb7ad45cacacae25843f01a"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc