react-flatpickr
Advanced tools
Comparing version 3.5.1 to 3.6.0
{ | ||
"name": "react-flatpickr", | ||
"version": "3.5.1", | ||
"version": "3.6.0", | ||
"description": "flatpickr for React", | ||
@@ -8,5 +8,6 @@ "main": "build/index.js", | ||
"example": "npm run build && webpack --config example/webpack.js", | ||
"dev": "echo 'Please open the example directory to view the example' && webpack-dev-server --config example/webpack.js", | ||
"lint": "eslint lib && eslint example", | ||
"build": "babel lib --out-dir build", | ||
"prepublish": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"test": "echo todo" | ||
@@ -26,3 +27,3 @@ }, | ||
"dependencies": { | ||
"flatpickr": "^3.0.7", | ||
"flatpickr": "^4.0.1", | ||
"prop-types": "^15.5.10" | ||
@@ -33,14 +34,15 @@ }, | ||
"babel-core": "^6.22.1", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.2.10", | ||
"babel-eslint": "^8.0.1", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-preset-react": "^6.22.0", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"css-loader": "^0.26.1", | ||
"eslint": "^3.19.0", | ||
"css-loader": "^0.28.7", | ||
"eslint": "^4.8.0", | ||
"eslint-config-ok": "github:haoxins/eslint-config", | ||
"react": "^15.4.2", | ||
"react-dom": "^15.4.2", | ||
"style-loader": "^0.13.1", | ||
"webpack": "^2.2.1" | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"style-loader": "^0.19.0", | ||
"webpack": "^3.6.0", | ||
"webpack-dev-server": "^2.8.2" | ||
}, | ||
@@ -47,0 +49,0 @@ "eslintConfig": { |
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
14021
0
15
+ Addedflatpickr@4.6.13(transitive)
- Removedflatpickr@3.1.5(transitive)
Updatedflatpickr@^4.0.1