Socket
Socket
Sign inDemoInstall

babel-plugin-transform-export-extensions

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-export-extensions - npm Package Compare versions

Comparing version 7.0.0-alpha.12 to 7.0.0-alpha.14

4

lib/index.js

@@ -10,3 +10,5 @@ "use strict";

var first = node.specifiers[0];
if (!t.isExportNamespaceSpecifier(first) && !t.isExportDefaultSpecifier(first)) return;
if (!t.isExportNamespaceSpecifier(first) && !t.isExportDefaultSpecifier(first)) {
return;
}

@@ -13,0 +15,0 @@ var specifier = node.specifiers.shift();

{
"name": "babel-plugin-transform-export-extensions",
"version": "7.0.0-alpha.12",
"version": "7.0.0-alpha.14",
"description": "Compile export extensions to ES2015",

@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-export-extensions",

"dependencies": {
"babel-plugin-syntax-export-extensions": "7.0.0-alpha.12"
"babel-plugin-syntax-export-extensions": "7.0.0-alpha.14"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.12"
"babel-helper-plugin-test-runner": "7.0.0-alpha.14"
}
}
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