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.24.1 to 7.24.4

4

data/schema.json

@@ -57,2 +57,6 @@ {

"default": false
},
"SKIP_babel7plugins_babel8core": {
"description": "The reason for skipping when testing Babel 7 plugins with Babel 8 core, if any",
"type": "string"
}

@@ -59,0 +63,0 @@ }

3

lib/index.js

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

title: humanize(taskName, true),
disabled: taskName[0] === ".",
disabled: taskName[0] === "." ? true : process.env.TEST_babel7plugins_babel8core && taskOpts.SKIP_babel7plugins_babel8core || false,
options: taskOpts,

@@ -150,2 +150,3 @@ doNotSetSourceType: taskOpts.DO_NOT_SET_SOURCE_TYPE,

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

@@ -152,0 +153,0 @@ const minimumVersion = _semver.clean(taskOpts.minNodeVersion);

{
"name": "@babel/helper-fixtures",
"version": "7.24.1",
"version": "7.24.4",
"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