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

testcafe-legacy-api

Package Overview
Dependencies
Maintainers
2
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 0.3.0 to 0.4.0

2

lib/compiler/legacy/analysis/require_analyzer.js

@@ -71,3 +71,3 @@ 'use strict';

if (!errs.length) descriptor.jsCode = hammerheadProcessScript(descriptor.jsCode, true);
if (!errs.length) descriptor.jsCode = hammerheadProcessScript(descriptor.jsCode, false);

@@ -74,0 +74,0 @@ //NOTE: User can forget ';' at the end of the require js file. In this case, an js exception may occure after

@@ -177,3 +177,3 @@ 'use strict';

return this.hammerheadProcessScript(remainderCode, true);
return this.hammerheadProcessScript(remainderCode, false);
}

@@ -327,3 +327,3 @@ }

names: testStepData.names,
js: this.hammerheadProcessScript(js, true)
js: this.hammerheadProcessScript(js, false)
};

@@ -330,0 +330,0 @@ };

{
"name": "testcafe-legacy-api",
"version": "0.3.0",
"version": "0.4.0",
"description": "Legacy API support for TestCafe",
"main": "lib/index.js",
"scripts": {
"test": "gulp test-server"
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},

@@ -35,5 +37,5 @@ "repository": {

"multiline": "^1.0.2",
"publish-please": "^1.1.0",
"publish-please": "^2.1.3",
"read-file-relative": "^1.2.0",
"testcafe-hammerhead": "^3.1.2"
"testcafe-hammerhead": "^9.0.0"
},

@@ -40,0 +42,0 @@ "dependencies": {

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