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

@babel/helper-transform-fixture-test-runner

Package Overview
Dependencies
Maintainers
4
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-transform-fixture-test-runner - npm Package Compare versions

Comparing version 7.25.7 to 7.25.9

5

lib/index.js

@@ -566,6 +566,3 @@ "use strict";

}
const skip = opts.minNodeVersion && parseInt(process.versions.node, 10) < opts.minNodeVersion || opts.flaky && !process.env.BABEL_CLI_FLAKY_TESTS || opts.BABEL_8_BREAKING === true;
if (opts.flaky) {
testName += " (flaky)";
}
const skip = opts.minNodeVersion && parseInt(process.versions.node, 10) < opts.minNodeVersion || opts.BABEL_8_BREAKING === true;
const test = {

@@ -572,0 +569,0 @@ suiteName,

10

package.json
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.25.7",
"version": "7.25.9",
"description": "Transform test runner for @babel/helper-fixtures module",

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

"dependencies": {
"@babel/code-frame": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/helper-check-duplicate-nodes": "^7.25.7",
"@babel/helper-fixtures": "^7.25.7",
"@babel/code-frame": "^7.25.9",
"@babel/core": "^7.25.9",
"@babel/helper-check-duplicate-nodes": "^7.25.9",
"@babel/helper-fixtures": "^7.25.9",
"@jridgewell/trace-mapping": "^0.3.25",

@@ -24,0 +24,0 @@ "fs-readdir-recursive": "^1.1.0",

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