testcafe-legacy-api
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
69489