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.17.10 to 7.18.6

4

lib/index.js

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

if (test.options.ignoreOutput) {
if (test.ignoreOutput) {
if (test.expect.code) {

@@ -265,3 +265,3 @@ throw new Error("Test cannot ignore its output and also validate it: " + expectLoc);

const monorepoPath = _path.join(_path.dirname(__filename), "../../..", name.startsWith("codemod") ? "codemods" : "packages", `babel-${type}-${name}`);
const monorepoPath = _path.join(_path.dirname(__filename), "../../..", name.startsWith("codemod") ? "codemods" : "packages", `babel-${type}-${name}/lib/index.js`);

@@ -268,0 +268,0 @@ if (_fs.existsSync(monorepoPath)) {

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

@@ -25,3 +25,4 @@ "author": "The Babel Team (https://babel.dev/team)",

"node": ">=6.9.0"
}
},
"type": "commonjs"
}
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