Socket
Socket
Sign inDemoInstall

babel-plugin-transform-export-extensions

Package Overview
Dependencies
Maintainers
6
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 6.5.0 to 6.8.0

16

lib/index.js

@@ -1,7 +0,7 @@

"use strict";
/*istanbul ignore next*/"use strict";
exports.__esModule = true;
exports["default"] = function (_ref) {
var t = _ref.types;
exports.default = function ( /*istanbul ignore next*/_ref) {
/*istanbul ignore next*/var t = _ref.types;

@@ -15,3 +15,3 @@ function build(node, nodes, scope) {

var newSpecifier = undefined;
var newSpecifier = /*istanbul ignore next*/void 0;
if (t.isExportNamespaceSpecifier(specifier)) {

@@ -32,6 +32,6 @@ newSpecifier = t.importNamespaceSpecifier(uid);

visitor: {
visitor: { /*istanbul ignore next*/
ExportNamedDeclaration: function ExportNamedDeclaration(path) {
var node = path.node;
var scope = path.scope;
/*istanbul ignore next*/var node = path.node;
/*istanbul ignore next*/var scope = path.scope;

@@ -51,2 +51,2 @@ var nodes = [];

module.exports = exports["default"];
/*istanbul ignore next*/module.exports = exports["default"];
{
"name": "babel-plugin-transform-export-extensions",
"version": "6.5.0",
"version": "6.8.0",
"description": "Compile export extensions to ES2015",

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

"dependencies": {
"babel-plugin-syntax-export-extensions": "^6.3.13",
"babel-runtime": "^5.0.0"
"babel-plugin-syntax-export-extensions": "^6.8.0",
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
"babel-helper-plugin-test-runner": "^6.8.0"
}
}
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