Socket
Socket
Sign inDemoInstall

@babel/helper-fixtures

Package Overview
Dependencies
Maintainers
4
Versions
97
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.23.4 to 7.24.0

5

lib/index.js

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

}
const shouldIgnore = taskOpts.BABEL_8_BREAKING === true;
const shouldIgnore = taskOpts.BABEL_8_BREAKING === true || taskOpts.SKIP_ON_PUBLISH;
if (shouldIgnore) return;

@@ -149,2 +149,3 @@ function buildTestFile(loc, fileName) {

delete taskOpts.DO_NOT_SET_SOURCE_TYPE;
delete taskOpts.SKIP_ON_PUBLISH;
if (taskOpts.minNodeVersion) {

@@ -230,3 +231,3 @@ const minimumVersion = _semver.clean(taskOpts.minNodeVersion);

for (const envName in options.env) {
if (!{}.hasOwnProperty.call(options.env, envName)) continue;
if (!hasOwnProperty.call(options.env, envName)) continue;
resolveOptionPluginOrPreset(options.env[envName], optionsDir);

@@ -233,0 +234,0 @@ }

2

package.json
{
"name": "@babel/helper-fixtures",
"version": "7.23.4",
"version": "7.24.0",
"description": "Helper function to support fixtures",

@@ -5,0 +5,0 @@ "author": "The Babel Team (https://babel.dev/team)",

Sorry, the diff of this file is not supported yet

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