@flywire/react-hooks
Advanced tools
Comparing version 0.0.6-7 to 0.0.6
@@ -11,2 +11,12 @@ # Changelog | ||
## [0.0.6] - 2020-06-23 | ||
### Added | ||
- Build scripts | ||
### Changed | ||
- Generate cjs and esm bundles in dist folder | ||
## [0.0.5] - 2020-06-12 | ||
@@ -13,0 +23,0 @@ |
{ | ||
"name": "@flywire/react-hooks", | ||
"version": "0.0.6-7", | ||
"version": "0.0.6", | ||
"description": "A collection of Reacts hooks used in Flywire", | ||
@@ -56,3 +56,3 @@ "main": "dist/index.js", | ||
}, | ||
"peerDependencies": { | ||
"dependencies": { | ||
"react": "^16.13.1", | ||
@@ -59,0 +59,0 @@ "react-dom": "^16.13.1" |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
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
3636
3
0
2
+ Addedreact@^16.13.1
+ Addedreact-dom@^16.13.1