Socket
Socket
Sign inDemoInstall

@babel/helper-module-transforms

Package Overview
Dependencies
Maintainers
5
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-module-transforms - npm Package Compare versions

Comparing version 7.2.2 to 7.4.3

2

lib/normalize-and-load-metadata.js

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

} else if (Array.isArray(lazy)) {
metadata.lazy = lazy.indexOf(source);
metadata.lazy = lazy.indexOf(source) !== -1;
} else if (typeof lazy === "function") {

@@ -218,0 +218,0 @@ metadata.lazy = lazy(source);

{
"name": "@babel/helper-module-transforms",
"version": "7.2.2",
"version": "7.4.3",
"description": "Babel helper functions for implementing ES6 module transformations",

@@ -19,4 +19,5 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>",

"@babel/types": "^7.2.2",
"lodash": "^4.17.10"
}
"lodash": "^4.17.11"
},
"gitHead": "508fde4009f31883f318b9e6546459ac1b086a91"
}

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