zeal-redux-utils
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -5,4 +5,10 @@ # Change Log | ||
## [Unreleased](https://github.com/CodingZeal/zeal-redux-utils/compare/v1.0.0...HEAD) | ||
## [Unreleased](https://github.com/CodingZeal/zeal-redux-utils/compare/v2.0.0...HEAD) | ||
## [2.0.0](https://github.com/CodingZeal/zeal-redux-utils/compare/v1.0.0...v2.0.0) - 2018-02-09 | ||
### Changed | ||
* Update to flux-standard-action 2.0.0 ([#14](https://github.com/CodingZeal/zeal-redux-utils/pull/14)), drops support for Symbols as action types | ||
## [1.0.0](https://github.com/CodingZeal/zeal-redux-utils/compare/v0.3.2...v1.0.0) - 2017-05-17 | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "zeal-redux-utils", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Utility functions for working with Redux", | ||
@@ -28,7 +28,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"flux-standard-action": "^1.0.0", | ||
"ramda": "^0.22.1" | ||
"flux-standard-action": "^2.0.0", | ||
"ramda": "^0.25.0" | ||
}, | ||
"jest": { | ||
"testPathIgnorePatterns": ["/node_modules/", "/lib/"] | ||
"testPathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/lib/" | ||
] | ||
}, | ||
@@ -38,7 +41,8 @@ "devDependencies": { | ||
"babel-core": "^6.18.2", | ||
"babel-preset-latest": "^6.16.0", | ||
"babel-jest": "^22.0.4", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-stage-1": "^6.16.0", | ||
"jest": "^17.0.3", | ||
"jest": "^22.0.4", | ||
"rimraf": "^2.5.4" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
17727
7
1
+ Addedflux-standard-action@2.1.2(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedlodash.isstring@4.0.1(transitive)
+ Addedramda@0.25.0(transitive)
- Removedflux-standard-action@1.2.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedramda@0.22.1(transitive)
Updatedflux-standard-action@^2.0.0
Updatedramda@^0.25.0