Socket
Socket
Sign inDemoInstall

@babel/preset-env

Package Overview
Dependencies
Maintainers
6
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/preset-env - npm Package Compare versions

Comparing version 7.7.5 to 7.7.6

4

lib/utils.js

@@ -175,7 +175,7 @@ "use strict";

const modulePathMap = {
"regenerator-runtime": "regenerator-runtime/runtime.js"
"regenerator-runtime": "regenerator-runtime/runtime"
};
function getModulePath(mod) {
return modulePathMap[mod] || `core-js/modules/${mod}.js`;
return modulePathMap[mod] || `core-js/modules/${mod}`;
}

@@ -182,0 +182,0 @@

{
"name": "@babel/preset-env",
"version": "7.7.5",
"version": "7.7.6",
"description": "A Babel preset for each environment.",

@@ -82,3 +82,3 @@ "author": "Henry Zhu <hi@henryzoo.com>",

},
"gitHead": "d04508e510abc624b3e423ff334eff47f297502a"
"gitHead": "f753c48f74e9556265796806370fdf104e8147eb"
}
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