Socket
Socket
Sign inDemoInstall

@babel/helper-fixtures

Package Overview
Dependencies
Maintainers
6
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.16.7 to 7.16.8

2

lib/index.js

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

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

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

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

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

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