@babel/helper-fixtures
Advanced tools
Comparing version 7.13.0 to 7.13.8
@@ -72,2 +72,4 @@ "use strict"; | ||
function pushTask(taskName, taskDir, suite, suiteName) { | ||
var _taskOpts$externalHel; | ||
const taskDirStats = _fs.default.statSync(taskDir); | ||
@@ -116,2 +118,3 @@ | ||
options: taskOpts, | ||
externalHelpers: (_taskOpts$externalHel = taskOpts.externalHelpers) != null ? _taskOpts$externalHel : true, | ||
validateLogs: taskOpts.validateLogs, | ||
@@ -230,2 +233,3 @@ ignoreOutput: taskOpts.ignoreOutput, | ||
delete test.options.ignoreOutput; | ||
delete test.options.externalHelpers; | ||
} | ||
@@ -232,0 +236,0 @@ |
{ | ||
"name": "@babel/helper-fixtures", | ||
"version": "7.13.0", | ||
"version": "7.13.8", | ||
"description": "Helper function to support fixtures", | ||
@@ -19,4 +19,4 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"lodash": "^4.17.19", | ||
"semver": "7.0.0" | ||
"semver": "^6.3.0" | ||
} | ||
} |
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
10931
252
+ Addedsemver@6.3.1(transitive)
- Removedsemver@7.0.0(transitive)
Updatedsemver@^6.3.0