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

babel-plugin-add-module-exports

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-add-module-exports - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

lib/index.js

@@ -89,3 +89,3 @@ 'use strict';

// Not `exports.anything`, skip
if (!path.get(property + '.left').node || !path.get(property + '.left.object').node) {
if (!path.get('' + property).node || !path.get(property + '.left').node || !path.get(property + '.left.object').node) {
return;

@@ -92,0 +92,0 @@ }

{
"name": "babel-plugin-add-module-exports",
"version": "0.3.2",
"version": "0.3.3",
"description": "Fix babel/babel#2212",

@@ -5,0 +5,0 @@ "main": "lib",

@@ -126,4 +126,8 @@ babel-plugin-add-module-exports

See also
---
* [babel-plugin-experimental-syntax-dynamic-import](https://github.com/59naga/babel-plugin-experimental-syntax-dynamic-import)
License
---
[MIT](http://59naga.mit-license.org/)

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