@altiore/form
Advanced tools
Comparing version 0.1.4 to 0.2.0
{ | ||
"name": "@altiore/form", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Form helper for building powerful forms", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -43,3 +46,5 @@ "start": "npm run storybook", | ||
"homepage": "https://github.com/altiore/form#readme", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"lodash.debounce": "4.0.8" | ||
}, | ||
"devDependencies": { | ||
@@ -49,6 +54,7 @@ "@babel/core": "7.14.8", | ||
"@storybook/addon-actions": "^6.3.7", | ||
"@storybook/addon-essentials": "^6.3.7", | ||
"@storybook/addon-links": "^6.3.7", | ||
"@storybook/react": "^6.3.7", | ||
"@storybook/addon-essentials": "6.3.8", | ||
"@storybook/addon-links": "6.3.8", | ||
"@storybook/react": "6.3.8", | ||
"@storybook/storybook-deployer": "^2.8.10", | ||
"@types/lodash": "4.14.173", | ||
"@types/node": "16.4.9", | ||
@@ -67,3 +73,3 @@ "@typescript-eslint/eslint-plugin": "4.28.5", | ||
"react-dom": "^16.14.0", | ||
"typescript": "4.3.5" | ||
"typescript": "4.4.3" | ||
}, | ||
@@ -70,0 +76,0 @@ "peerDependencies": { |
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
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
9743
162
3
22
12
1
+ Addedlodash.debounce@4.0.8
+ Addedlodash.debounce@4.0.8(transitive)