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.0-pre to 0.3.0-pre.1

4

lib/index.js

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

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

@@ -47,3 +47,3 @@ }

// Not `Object.defineProperty`, skip
if (path.get('callee.name').node) {
if (!path.get('callee.object').node) {
return;

@@ -50,0 +50,0 @@ }

{
"name": "babel-plugin-add-module-exports",
"version": "0.3.0-pre",
"version": "0.3.0-pre.1",
"description": "Fix babel/babel#2212",

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

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