@flywire/react-hooks
Advanced tools
Comparing version 0.0.6-5 to 0.0.6-7
{ | ||
"name": "@flywire/react-hooks", | ||
"version": "0.0.6-5", | ||
"version": "0.0.6-7", | ||
"description": "A collection of Reacts hooks used in Flywire", | ||
@@ -13,4 +13,6 @@ "main": "dist/index.js", | ||
"check:format": "npm run prettier -- --list-different", | ||
"clean": "rm -rf dist", | ||
"format": "npm run prettier -- --write", | ||
"lint": "eslint --ext .js ./src", | ||
"prebuild": "npm run validate && npm run test:once && npm run clean", | ||
"prettier": "prettier \"**/*.js\"", | ||
@@ -20,3 +22,4 @@ "test": "jest --watchAll", | ||
"test:once": "jest", | ||
"validate": "npm run check:format && npm run lint" | ||
"validate": "npm run check:format && npm run lint", | ||
"version": "npm run build && git add -A dist && git push && git push --tags" | ||
}, | ||
@@ -23,0 +26,0 @@ "license": "MIT", |
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
17565
0