Socket
Socket
Sign inDemoInstall

@web/test-runner-core

Package Overview
Dependencies
Maintainers
7
Versions
145
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.14 to 0.10.15

8

CHANGELOG.md
# @web/test-runner-core
## 0.10.15
### Patch Changes
- 6c5893cc: use unescaped import specifier
- Updated dependencies [6c5893cc]
- @web/dev-server-core@0.3.11
## 0.10.14

@@ -4,0 +12,0 @@

6

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

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

"@web/browser-logs": "^0.2.1",
"@web/dev-server-core": "^0.3.6",
"@web/dev-server-core": "^0.3.11",
"chalk": "^4.1.0",

@@ -69,3 +69,3 @@ "chokidar": "^3.4.3",

"debounce": "^1.2.0",
"dependency-graph": "^0.10.0",
"dependency-graph": "^0.11.0",
"globby": "^11.0.1",

@@ -72,0 +72,0 @@ "ip": "^1.1.5",

@@ -200,3 +200,3 @@ import { Context, getRequestFilePath } from '@web/dev-server-core';

context.body = injectRuntime(
context.body,
context.body as string,
runtimeConfig,

@@ -219,3 +219,3 @@ !!config.browserLogs,

context.body = injectRuntime(
context.body,
context.body as string,
runtimeConfig,

@@ -222,0 +222,0 @@ !!config.browserLogs,

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