Socket
Socket
Sign inDemoInstall

@babel/preset-env

Package Overview
Dependencies
Maintainers
4
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.25.2 to 7.25.3

2

lib/available-plugins.js

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

{
legacyBabel7SyntaxPluginsLoaders["unicode-sets-regex"] = () => require("@babel/plugin-syntax-unicode-sets-regex");
legacyBabel7SyntaxPluginsLoaders["syntax-unicode-sets-regex"] = () => require("@babel/plugin-syntax-unicode-sets-regex");
}

@@ -166,0 +166,0 @@ Object.assign(availablePlugins, legacyBabel7SyntaxPluginsLoaders);

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

var _babel7Plugins = require("./polyfills/babel-7-plugins.cjs");
const corejs3Polyfills = JSON.parse(require("fs").readFileSync(require.resolve("core-js-compat/data.json")));
const corejs3Polyfills = require("core-js-compat/data.json");
const v = new _helperValidatorOption.OptionValidator("@babel/preset-env");

@@ -19,0 +19,0 @@ const allPluginsList = Object.keys(_pluginsCompatData.plugins);

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

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

"@babel/helper-validator-option": "^7.24.8",
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.0",
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",

@@ -111,3 +111,3 @@ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",

"@babel/helper-plugin-test-runner": "^7.24.7",
"@babel/traverse": "^7.25.2"
"@babel/traverse": "^7.25.3"
},

@@ -114,0 +114,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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