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.10.27 to 0.10.28

1

dist/server/TestRunnerServer.js

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

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

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

6

package.json
{
"name": "@web/test-runner-core",
"version": "0.10.27",
"version": "0.10.28",
"publishConfig": {

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

"@web/browser-logs": "^0.2.1",
"@web/dev-server-core": "^0.3.18",
"@web/dev-server-core": "^0.4.0",
"chokidar": "^3.4.3",

@@ -82,4 +82,4 @@ "cli-cursor": "^3.1.0",

"devDependencies": {
"portfinder": "^1.0.28"
"portfinder": "^1.0.32"
}
}

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

mimeTypes: config.mimeTypes,
disableFileWatcher: !config.watch,
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