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

@babel/helper-fixtures

Package Overview
Dependencies
Maintainers
6
Versions
101
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.0 to 7.16.5

2

lib/index.js

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

return name[0] === "." || ext === ".md" || base === "LICENSE" || base === "options";
return name[0] === "." || ext === ".md" || base === "LICENSE" || base === "options" || name === "package.json";
}

@@ -54,0 +54,0 @@

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

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

@@ -12,3 +12,3 @@ # @babel/helper-fixtures

```sh
npm install --save-dev @babel/helper-fixtures
npm install --save @babel/helper-fixtures
```

@@ -19,3 +19,3 @@

```sh
yarn add @babel/helper-fixtures --dev
yarn add @babel/helper-fixtures
```
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