Socket
Socket
Sign inDemoInstall

@web/test-runner-core

Package Overview
Dependencies
Maintainers
7
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-core - npm Package Compare versions

Comparing version 0.0.0-canary-20230222141205 to 0.0.0-canary-20230403143511

1

dist/server/TestRunnerServer.js

@@ -37,2 +37,3 @@ "use strict";

mimeTypes: config.mimeTypes,
disableFileWatcher: !config.watch && !config.manual,
middleware: [

@@ -39,0 +40,0 @@ watchFilesMiddleware_1.watchFilesMiddleware({ runSessions, sessions, rootDir, fileWatcher: this.fileWatcher }),

8

package.json
{
"name": "@web/test-runner-core",
"version": "0.0.0-canary-20230222141205",
"version": "0.0.0-canary-20230403143511",
"publishConfig": {

@@ -56,3 +56,3 @@ "access": "public"

"@types/co-body": "^6.1.0",
"@types/convert-source-map": "^1.5.1",
"@types/convert-source-map": "^2.0.0",
"@types/debounce": "^1.2.0",

@@ -62,7 +62,7 @@ "@types/istanbul-lib-coverage": "^2.0.3",

"@web/browser-logs": "^0.2.1",
"@web/dev-server-core": "0.0.0-canary-20230222141205",
"@web/dev-server-core": "0.0.0-canary-20230403143511",
"chokidar": "^3.4.3",
"cli-cursor": "^3.1.0",
"co-body": "^6.1.0",
"convert-source-map": "^1.7.0",
"convert-source-map": "^2.0.0",
"debounce": "^1.2.0",

@@ -69,0 +69,0 @@ "dependency-graph": "^0.11.0",

@@ -48,2 +48,5 @@ import { DevServer, Plugin } from '@web/dev-server-core';

mimeTypes: config.mimeTypes,
disableFileWatcher: !config.watch && !config.manual,
middleware: [

@@ -50,0 +53,0 @@ watchFilesMiddleware({ runSessions, sessions, rootDir, fileWatcher: this.fileWatcher }),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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