@dhis2/prop-types
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,8 @@ | ||
## [1.0.4](https://github.com/dhis2/prop-types/compare/v1.0.3...v1.0.4) (2019-08-25) | ||
### Bug Fixes | ||
* add react as a peer dependency ([#33](https://github.com/dhis2/prop-types/issues/33)) ([88cb383](https://github.com/dhis2/prop-types/commit/88cb383)) | ||
## [1.0.3](https://github.com/dhis2/prop-types/compare/v1.0.2...v1.0.3) (2019-07-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@dhis2/prop-types", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "./build/cjs/index.js", | ||
@@ -30,3 +30,4 @@ "module": "./build/es/index.js", | ||
"peerDependencies": { | ||
"prop-types": "^15" | ||
"prop-types": "^15", | ||
"react": ">=15" | ||
}, | ||
@@ -33,0 +34,0 @@ "files": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
21252
0
2