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.10.5 to 7.12.10

3

lib/index.js

@@ -112,3 +112,3 @@ "use strict";

title: humanize(taskName, true),
disabled: taskName[0] === ".",
disabled: taskName[0] === "." || taskOpts.BABEL_8_BREAKING === true,
options: taskOpts,

@@ -141,2 +141,3 @@ validateLogs: taskOpts.validateLogs,

};
delete taskOpts.BABEL_8_BREAKING;

@@ -143,0 +144,0 @@ if (taskOpts.minNodeVersion) {

{
"name": "@babel/helper-fixtures",
"version": "7.10.5",
"version": "7.12.10",
"description": "Helper function to support fixtures",

@@ -19,4 +19,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"semver": "^5.3.0"
},
"gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7"
}
}
}

@@ -5,3 +5,3 @@ # @babel/helper-fixtures

See our website [@babel/helper-fixtures](https://babeljs.io/docs/en/next/babel-helper-fixtures.html) for more information.
See our website [@babel/helper-fixtures](https://babeljs.io/docs/en/babel-helper-fixtures) for more information.

@@ -8,0 +8,0 @@ ## Install

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