Socket
Socket
Sign inDemoInstall

@babel/preset-env

Package Overview
Dependencies
Maintainers
5
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.9.5 to 7.9.6

6

data/shipped-proposals.js

@@ -5,5 +5,5 @@ /* eslint sort-keys: "error" */

const proposalPlugins = {
"proposal-numeric-separator": true
};
const proposalPlugins = new Set([
"proposal-numeric-separator",
]);

@@ -10,0 +10,0 @@ // use intermediary object to enforce alphabetical key order

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

return Object.keys(list).reduce((result, item) => {
if (!stageList[item]) {
if (!stageList.has(item)) {
result[item] = list[item];

@@ -47,0 +47,0 @@ }

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

@@ -14,4 +14,4 @@ "author": "Henry Zhu <hi@henryzoo.com>",

"dependencies": {
"@babel/compat-data": "^7.9.0",
"@babel/helper-compilation-targets": "^7.8.7",
"@babel/compat-data": "^7.9.6",
"@babel/helper-compilation-targets": "^7.9.6",
"@babel/helper-module-imports": "^7.8.3",

@@ -24,3 +24,3 @@ "@babel/helper-plugin-utils": "^7.8.3",

"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",

@@ -52,5 +52,5 @@ "@babel/plugin-proposal-optional-chaining": "^7.9.0",

"@babel/plugin-transform-member-expression-literals": "^7.8.3",
"@babel/plugin-transform-modules-amd": "^7.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-modules-systemjs": "^7.9.0",
"@babel/plugin-transform-modules-amd": "^7.9.6",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@babel/plugin-transform-modules-systemjs": "^7.9.6",
"@babel/plugin-transform-modules-umd": "^7.9.0",

@@ -71,4 +71,4 @@ "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",

"@babel/preset-modules": "^0.1.3",
"@babel/types": "^7.9.5",
"browserslist": "^4.9.1",
"@babel/types": "^7.9.6",
"browserslist": "^4.11.1",
"core-js-compat": "^3.6.2",

@@ -84,3 +84,3 @@ "invariant": "^2.2.2",

"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/core": "^7.9.6",
"@babel/helper-fixtures": "^7.8.6",

@@ -90,3 +90,3 @@ "@babel/helper-plugin-test-runner": "^7.8.3",

},
"gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d"
"gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d"
}
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