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.2.0 to 0.2.1

6

lib/compiler/index.js

@@ -59,5 +59,5 @@ 'use strict';

var FIXTURE_RE = /(^|;|\s+)('|")@fixture\s+.+?\2/gm;
var PAGE_RE = /(^|;|\s+)('|")@page\s+.+?\2/gm;
var TEST_RE = /(^|;|\s+)('|")@test\2\s*\[('|").+?\3\]\s*=\s*\{/gm;
var FIXTURE_RE = /(^|;|\s+)('|")@fixture\s+.+?\2/;
var PAGE_RE = /(^|;|\s+)('|")@page\s+.+?\2/;
var TEST_RE = /(^|;|\s+)('|")@test\2\s*\[('|").+?\3\]\s*=\s*\{/;

@@ -64,0 +64,0 @@ var CompilerAdapter = (function () {

{
"name": "testcafe-legacy-api",
"version": "0.2.0",
"version": "0.2.1",
"description": "Legacy API support for TestCafe",

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

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