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.3.1 to 1.3.2

4

lib/test-run/command.js

@@ -16,6 +16,6 @@ // --------------------------------------------------------

getAndUncheckFileDownloadingFlag: 'get-and-uncheck-file-downloading-flag',
uncheckFileDownloadingFlag: 'uncheck-file-downloading-flag',
nativeDialogsInfoSet: 'native-dialogs-info-set',
takeScreenshot: 'take-screenshot'
takeScreenshot: 'take-screenshot',
waitForFileDownload: 'wait-for-file-download'
};
module.exports = exports.default;

@@ -228,4 +228,4 @@ 'use strict';

ServiceMessages[_command2.default.uncheckFileDownloadingFlag] = function () {
this.isFileDownloading = false;
ServiceMessages[_command2.default.waitForFileDownload] = function () {
// NOTE: required to keep API similar to TestRun. Just do nothing here.
};

@@ -232,0 +232,0 @@

{
"name": "testcafe-legacy-api",
"version": "1.3.1",
"version": "1.3.2",
"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