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

redux-saga-monitor

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-saga-monitor - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

CHANGELOG.md

@@ -1,2 +0,5 @@

## [0.1.5] - 14-Jun-2019
## [0.1.7] - 14-Jun-2019
* Fixed name of global hook flag.
## [0.1.6] - 14-Jun-2019
* Add a global hook to flag when there has a monitor been created.

2

dist-node/index.js

@@ -293,3 +293,3 @@ 'use strict';

window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK = true;
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK__ = true;
return {

@@ -296,0 +296,0 @@ get store() {

@@ -71,3 +71,3 @@ import { createStore } from "redux";

// TODO: THIS SHOULD BE TYPED OUT PROPERLY
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK = true;
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK__ = true;
return {

@@ -74,0 +74,0 @@ get store() { return store; },

@@ -305,3 +305,3 @@ import { combineReducers, createStore } from 'redux';

window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK = true;
window.__REDUX_SAGA_MONITOR_GLOBAL_HOOK__ = true;
return {

@@ -308,0 +308,0 @@ get store() {

{
"name": "redux-saga-monitor",
"description": "A saga middleware for redux-saga to create a saga control flow graph",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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