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

@babel/helper-fixtures

Package Overview
Dependencies
Maintainers
6
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-fixtures - npm Package Compare versions

Comparing version 7.13.0 to 7.13.8

4

lib/index.js

@@ -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 @@

4

package.json
{
"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"
}
}
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