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.19 to 0.10.20

6

CHANGELOG.md
# @web/test-runner-core
## 0.10.20
### Patch Changes
- fcb8af58: Move Babel types to the correct package
## 0.10.19

@@ -4,0 +10,0 @@

2

dist/utils/fetchSourceMap.js

@@ -36,3 +36,3 @@ "use strict";

catch (error) {
console.error(`Error retreiving source map for ${browserUrl}`);
console.error(`Error retrieving source map for ${browserUrl}`);
console.error(error);

@@ -39,0 +39,0 @@ }

{
"name": "@web/test-runner-core",
"version": "0.10.19",
"version": "0.10.20",
"publishConfig": {

@@ -54,3 +54,4 @@ "access": "public"

"@babel/code-frame": "^7.12.11",
"@types/co-body": "^5.1.0",
"@types/babel__code-frame": "^7.0.2",
"@types/co-body": "^6.1.0",
"@types/convert-source-map": "^1.5.1",

@@ -57,0 +58,0 @@ "@types/debounce": "^1.2.0",

@@ -56,3 +56,3 @@ import { mapFileCommentRegex, fromSource, SourceMapConverter, fromJSON } from 'convert-source-map';

} catch (error) {
console.error(`Error retreiving source map for ${browserUrl}`);
console.error(`Error retrieving source map for ${browserUrl}`);
console.error(error);

@@ -59,0 +59,0 @@ }

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