Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zeal-redux-utils

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeal-redux-utils - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

8

CHANGELOG.md

@@ -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 @@

16

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc