Socket
Socket
Sign inDemoInstall

@openchemistry/sagas

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openchemistry/sagas - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.3.3"></a>
## [0.3.3](https://github.com/OpenChemistry/oc-web-components/compare/@openchemistry/sagas@0.3.2...@openchemistry/sagas@0.3.3) (2018-08-07)
### Bug Fixes
* Lodash import ([e2588a2](https://github.com/OpenChemistry/oc-web-components/commit/e2588a2))
<a name="0.3.2"></a>

@@ -8,0 +19,0 @@ ## [0.3.2](https://github.com/OpenChemistry/oc-web-components/compare/@openchemistry/sagas@0.3.1...@openchemistry/sagas@0.3.2) (2018-08-06)

8

esm/notifications/index.js

@@ -14,8 +14,6 @@ "use strict";

var _lodashEs = _interopRequireDefault(require("lodash-es"));
var _lodashEs = require("lodash-es");
var _redux = require("@openchemistry/redux");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _marked =

@@ -69,3 +67,3 @@ /*#__PURE__*/

if (!_.has(payload, 'error')) {
if (!(0, _lodashEs.has)(payload, 'error')) {
_context.next = 9;

@@ -116,3 +114,3 @@ break;

case 4:
if (!_.isNil(eventSourceChannel)) {
if (!(0, _lodashEs.isNil)(eventSourceChannel)) {
eventSourceChannel.close();

@@ -119,0 +117,0 @@ }

{
"name": "@openchemistry/sagas",
"version": "0.3.2",
"version": "0.3.3",
"description": " ",

@@ -5,0 +5,0 @@ "module": "esm/index.js",

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