babel-plugin-react-docgen
Advanced tools
Comparing version 4.0.0-beta.3 to 4.0.0
# 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 |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22082
10
1
0