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
3
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 4.0.0-beta.3 to 4.0.0

9

CHANGELOG.md
# ChangeLog
### v4.0.0
03-01-2020
Breaking changes:
* Upgrade to `react-docgen@5.0.0`
Maintenance:
* Overhaul tests to use jest instead of mocha
### v3.1.0

@@ -4,0 +13,0 @@ 16-04-2019

2

lib/index.js

@@ -10,4 +10,2 @@ "use strict";

var Path = _interopRequireWildcard(require("path"));
var _ = _interopRequireWildcard(require("lodash"));

@@ -14,0 +12,0 @@

@@ -16,2 +16,3 @@ "use strict";

// Separated into its own file for jest mocking
var relativePath = function relativePath(filename) {

@@ -18,0 +19,0 @@ return Path.relative('./', Path.resolve('./', filename));

{
"version": "4.0.0-beta.3",
"version": "4.0.0",
"name": "babel-plugin-react-docgen",

@@ -23,3 +23,2 @@ "description": "Babel plugin to add react-docgen info into your code",

"@babel/register": "^7.6.2",
"mocha": "^5.2.0",
"jest": "^24.9.0",

@@ -26,0 +25,0 @@ "jest-specific-snapshot": "^2.0.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