New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iguazu

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iguazu - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.0.2](https://github.com/americanexpress/iguazu/compare/v3.0.1...v3.0.2) (2020-03-02)
### Bug Fixes
* **reduce:** handle reduced promise rejection ([7789c44](https://github.com/americanexpress/iguazu/commit/7789c44bcdbe76dbc337f1420a6374b9c90b8d77))
## [3.0.1](https://github.com/americanexpress/iguazu/compare/v3.0.0...v3.0.1) (2020-03-02)

@@ -2,0 +9,0 @@

1

lib/reduce.js

@@ -105,2 +105,3 @@ "use strict";

var promise = promiseAsObject ? reducePromiseObject(loadResponseMap) : reducePromise(loadResponseMap);
(0, _utils.handlePromiseRejection)(promise);
return {

@@ -107,0 +108,0 @@ data: data,

2

package.json
{
"name": "iguazu",
"version": "3.0.1",
"version": "3.0.2",
"description": "An asynchronous data flow solution for React/Redux applications",

@@ -5,0 +5,0 @@ "author": "Maia Teegarden",

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