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

babel-plugin-react-docgen

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-react-docgen - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

test/fixtures/case9/actual.js

5

CHANGELOG.md
# ChangeLog
### v1.4.1
03-November-2016
Fixes [#19](https://github.com/kadirahq/babel-plugin-react-docgen/pull/20)
### v1.4.0

@@ -4,0 +9,0 @@ 01-November-2016

3

lib/index.js

@@ -18,2 +18,5 @@ 'use strict';

}
if (!path.node.id) {
return;
}
var className = path.node.id.name;

@@ -20,0 +23,0 @@

2

package.json
{
"version": "1.4.0",
"version": "1.4.1",
"name": "babel-plugin-react-docgen",

@@ -4,0 +4,0 @@ "description": "Babel plugin to add react-docgen info into your code",

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