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

redux-saga-model

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-saga-model - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

6

lib/index.js

@@ -109,3 +109,3 @@ "use strict";

initialModels: [],
preff: ""
prefix: ""
}, createOpts);

@@ -152,4 +152,4 @@

// 预置前缀
if (privateProps.preff) {
m.namespace = "" + privateProps.preff + SEP + m.namespace;
if (privateProps.prefix) {
m.namespace = "" + privateProps.prefix + SEP + m.namespace;
}

@@ -156,0 +156,0 @@ // Clone model to avoid prefixing namespace multiple times

{
"name": "redux-saga-model",
"version": "0.2.9",
"version": "0.2.10",
"dependencies": {

@@ -5,0 +5,0 @@ "flatten": "^1.0.2",

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