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

testcafe-legacy-api

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe-legacy-api - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

12

lib/test-run/index.js

@@ -182,2 +182,12 @@ 'use strict';

LegacyTestRun.prototype.start = function start() {
return _regeneratorRuntime.async(function start$(context$2$0) {
while (1) switch (context$2$0.prev = context$2$0.next) {
case 0:
case 'end':
return context$2$0.stop();
}
}, null, this);
};
return LegacyTestRun;

@@ -187,2 +197,4 @@ })(_testcafeHammerhead.Session);

exports.default = LegacyTestRun;
// NOTE: required to keep API similar to TestRun. Just do nothing here.
var ServiceMessages = LegacyTestRun.prototype;

@@ -189,0 +201,0 @@

2

package.json
{
"name": "testcafe-legacy-api",
"version": "1.2.0",
"version": "1.2.1",
"description": "Legacy API support for TestCafe",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is too big to display

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