Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-export-default-from

Package Overview
Dependencies
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-export-default-from - npm Package Compare versions

Comparing version 7.22.5 to 7.22.17

6

lib/index.js

@@ -32,7 +32,3 @@ "use strict";

}
const nodes = [_core.types.exportNamedDeclaration(null, [_core.types.exportSpecifier(_core.types.identifier("default"), exported)], _core.types.cloneNode(source))];
if (specifiers.length >= 1) {
nodes.push(node);
}
path.replaceWithMultiple(nodes);
path.insertBefore(_core.types.exportNamedDeclaration(null, [_core.types.exportSpecifier(_core.types.identifier("default"), exported)], _core.types.cloneNode(source)));
}

@@ -39,0 +35,0 @@ }

4

package.json
{
"name": "@babel/plugin-proposal-export-default-from",
"version": "7.22.5",
"version": "7.22.17",
"description": "Compile export default to ES2015",

@@ -27,3 +27,3 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.17",
"@babel/helper-plugin-test-runner": "^7.22.5"

@@ -30,0 +30,0 @@ },

@@ -5,3 +5,3 @@ # @babel/plugin-proposal-export-default-from

See our website [@babel/plugin-proposal-export-default-from](https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from) for more information.
See our website [@babel/plugin-proposal-export-default-from](https://babeljs.io/docs/babel-plugin-proposal-export-default-from) for more information.

@@ -8,0 +8,0 @@ ## Install

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