Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-dev-server

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-dev-server - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

2

dist/index.d.ts

@@ -70,2 +70,2 @@ import { SpawndOptions, SpawndChildProcess } from 'spawnd';

export { Config, ERROR_NO_COMMAND, ERROR_PORT_USED, ERROR_TIMEOUT, JestDevServerError, setup, teardown };
export { type Config, ERROR_NO_COMMAND, ERROR_PORT_USED, ERROR_TIMEOUT, JestDevServerError, setup, teardown };

@@ -80,3 +80,3 @@ 'use strict';

const outOfStin = async (run)=>{
const { stdin } = process;
const { stdin } = process;
const listeners = stdin.listeners("data");

@@ -157,3 +157,3 @@ const result = await run();

if (config.port === undefined) return;
const { launchTimeout , protocol , host , port , path , waitOnScheme } = config;
const { launchTimeout, protocol, host, port, path, waitOnScheme } = config;
let resource = `${host ?? "0.0.0.0"}:${port}`;

@@ -160,0 +160,0 @@ if (path) {

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

@@ -41,7 +41,7 @@ "main": "./dist/index.js",

"@types/cwd": "^0.10.0",
"@types/prompts": "^2.4.4",
"@types/wait-on": "^5.3.1",
"rollup": "^3.23.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-swc3": "^0.8.1"
"@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"
},

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

"prompts": "^2.4.2",
"spawnd": "^9.0.0",
"spawnd": "^9.0.1",
"tree-kill": "^1.2.2",
"wait-on": "^7.0.1"
},
"gitHead": "e13d1ddce8f557405419b37cc2f6f37b4fe45212"
"gitHead": "76ed6ee5441d039bcbd616d5e6821dfc529ad43f"
}
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