redux-form
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "redux-form", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "A higher order component generator for forms using Redux and React", | ||
@@ -13,4 +13,4 @@ "main": "./lib/index.js", | ||
"build:lib": "babel src --out-dir lib", | ||
"build:umd": "webpack src/index.js dist/redux.js --config webpack.config.development.js", | ||
"build:umd:min": "webpack src/index.js dist/redux.min.js --config webpack.config.production.js", | ||
"build:umd": "webpack src/index.js dist/redux-form.js --config webpack.config.development.js", | ||
"build:umd:min": "webpack src/index.js dist/redux-form.min.js --config webpack.config.production.js", | ||
"clean": "rimraf dist lib", | ||
@@ -26,2 +26,4 @@ "lint": "eslint src", | ||
"redux", | ||
"react-redux", | ||
"redux-form", | ||
"form", | ||
@@ -28,0 +30,0 @@ "decorator" |
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
164862
1