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

testcafe

Package Overview
Dependencies
Maintainers
2
Versions
464
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

6

lib/embedding-utils.js

@@ -15,4 +15,6 @@ 'use strict';

var _testRun2 = _interopRequireDefault(_testRun);
var testRunErrors = _interopRequireWildcard(_testRun);
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -22,3 +24,3 @@

TestRunErrorFormattableAdapter: _formattableAdapter2.default,
testRunErrors: _testRun2.default,
testRunErrors: testRunErrors,

@@ -25,0 +27,0 @@ buildReporterPlugin: function buildReporterPlugin(pluginFactory, outStream) {

{
"name": "testcafe",
"version": "0.0.19",
"version": "0.0.20",
"main": "lib/index",

@@ -5,0 +5,0 @@ "bin": {

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