Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/helper-module-transforms

Package Overview
Dependencies
Maintainers
6
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-module-transforms - npm Package Compare versions

Comparing version 7.0.0-beta.38 to 7.0.0-beta.39

8

lib/index.js

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

NAME: _localName,
SOURCE: t.cloneDeep(srcNamespace)
SOURCE: t.cloneNode(srcNamespace)
}));

@@ -174,3 +174,3 @@ }

NAME: _exportName,
NAMESPACE: t.cloneDeep(srcNamespace)
NAMESPACE: t.cloneNode(srcNamespace)
}));

@@ -180,3 +180,3 @@ }

if (sourceMetadata.reexportAll) {
var statement = buildNamespaceReexport(metadata, t.cloneDeep(srcNamespace), loose);
var statement = buildNamespaceReexport(metadata, t.cloneNode(srcNamespace), loose);
statement.loc = sourceMetadata.reexportAll.loc;

@@ -202,3 +202,3 @@ statements.push(statement);

EXPORT_NAME: exportName,
NAMESPACE: t.cloneDeep(namespace),
NAMESPACE: t.cloneNode(namespace),
IMPORT_NAME: importName

@@ -205,0 +205,0 @@ });

{
"name": "@babel/helper-module-transforms",
"version": "7.0.0-beta.38",
"version": "7.0.0-beta.39",
"description": "Babel helper functions for implementing ES6 module transformations",

@@ -11,8 +11,8 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>",

"dependencies": {
"@babel/helper-module-imports": "7.0.0-beta.38",
"@babel/helper-simple-access": "7.0.0-beta.38",
"@babel/template": "7.0.0-beta.38",
"@babel/types": "7.0.0-beta.38",
"@babel/helper-module-imports": "7.0.0-beta.39",
"@babel/helper-simple-access": "7.0.0-beta.39",
"@babel/template": "7.0.0-beta.39",
"@babel/types": "7.0.0-beta.39",
"lodash": "^4.2.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