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

redux-dynamic-modules-saga

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-dynamic-modules-saga - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

0

dist/redux-dynamic-modules-saga.js

@@ -0,0 +0,0 @@ (function webpackUniversalModuleDefinition(root, factory) {

@@ -0,0 +0,0 @@ import { IModule } from "redux-dynamic-modules";

"use strict";
exports.__esModule = true;
export * from "./Contracts";
export * from "./SagaExtension";

@@ -0,0 +0,0 @@ "use strict";

import { ISagaRegistration } from "./Contracts";
export declare function sagaEquals(a: ISagaRegistration<any>, b: ISagaRegistration<any>): boolean;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IExtension } from "redux-dynamic-modules";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ISagaRegistration } from "./Contracts";

@@ -0,0 +0,0 @@ "use strict";

10

package.json
{
"name": "redux-dynamic-modules-saga",
"version": "3.5.0",
"version": "3.5.1",
"description": "Saga Extension for redux-dynamic-modules",

@@ -25,3 +25,3 @@ "repository": {

],
"author": "Navneet Gupta (Microsoft), Alex Bettadapur (Microsoft)",
"author": "Navneet Gupta (Microsoft), Alex Bettadapur (Facebook)",
"license": "MIT",

@@ -33,3 +33,3 @@ "devDependencies": {

"jest": "^23.5.0",
"redux-dynamic-modules": "^3.5.0",
"redux-dynamic-modules": "^3.5.1",
"redux-saga": "0.16.2",

@@ -42,3 +42,3 @@ "rimraf": "^2.6.2",

"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "4.28.3",
"webpack": "4.19.1",
"webpack-bundle-analyzer": "^2.13.1",

@@ -68,3 +68,3 @@ "webpack-cli": "^3.1.0"

},
"gitHead": "b81460b46ad25b21b75f4a563a0f11b64d820ffd"
"gitHead": "89965519f0c15b61e49466977bf547680d37e153"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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