Gathering detailed insights and metrics for redux-storage-decorator-seamless-immutable
Gathering detailed insights and metrics for redux-storage-decorator-seamless-immutable
Gathering detailed insights and metrics for redux-storage-decorator-seamless-immutable
Gathering detailed insights and metrics for redux-storage-decorator-seamless-immutable
Decorator for redux-storage to convert your state tree to ImmutableJS
npm install redux-storage-decorator-seamless-immutable
Typescript
Module System
Node Version
NPM Version
65
Supply Chain
82.9
Quality
74.7
Maintenance
100
Vulnerability
100
License
Makefile (73.39%)
JavaScript (26.61%)
Total Downloads
1,158
Last Day
1
Last Week
3
Last Month
14
Last Year
124
MIT License
25 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Mar 12, 2017
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
redux-storage-decorator-seamless-immutable@1.0.0
Size
3.25 kB
NPM Version
4.1.2
Node Version
7.4.0
Cumulative downloads
Total Downloads
Last Day
-66.7%
1
Compared to previous day
Last Week
-50%
3
Compared to previous week
Last Month
180%
14
Compared to previous month
Last Year
29.2%
124
Compared to previous year
[ImmutableJS][] decorator for redux-storage. Use this to convert the loaded state tree (or parts of it) into a [ImmutableJS][] structure.
npm install --save redux-storage-decorator-seamless-immutable
Simply wrap your engine in this decorator and list all keys (or key path) that should be converted.
1import immutable from 'redux-storage-decorator-seamless-immutable' 2 3engine = immutable(engine, [ 4 ['seamless-immutable-reducer'], 5 ['plain-object-reducer', 'with-seamless-immutable-key'] 6]);
The original author of the package redux-storage-decorator-seamless-immutable has decided to deprecate the project and no longer maintained. The package will now be maintained here.
Thank you michaelcontento for a great library!
The MIT License (MIT)
Copyright (c) 2016- Gunjan Soni <gunjan.soni2002@gmail.com>
Copyright (c) 2015-2016 Michael Contento <mail@michaelcontento.de>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/25 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More