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.10.1 to 7.10.4

4

lib/index.js

@@ -45,4 +45,4 @@ "use strict";

function shouldIgnore(name, blacklist) {
if (blacklist && blacklist.indexOf(name) >= 0) {
function shouldIgnore(name, ignore) {
if (ignore && ignore.indexOf(name) >= 0) {
return true;

@@ -49,0 +49,0 @@ }

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

@@ -20,3 +20,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

},
"gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf"
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
}
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