Gathering detailed insights and metrics for @types/redux-storage-engine-localstorage
Gathering detailed insights and metrics for @types/redux-storage-engine-localstorage
Gathering detailed insights and metrics for @types/redux-storage-engine-localstorage
Gathering detailed insights and metrics for @types/redux-storage-engine-localstorage
The repository for high quality TypeScript type definitions.
npm install @types/redux-storage-engine-localstorage
Typescript
Module System
53.2
Supply Chain
55.7
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
144,642
Last Day
51
Last Week
1,037
Last Month
2,716
Last Year
17,645
NOASSERTION License
49,791 Stars
89,433 Commits
30,397 Forks
640 Watchers
6 Branches
9,958 Contributors
Updated on May 24, 2025
Latest Version
1.1.3
Package Id
@types/redux-storage-engine-localstorage@1.1.3
Unpacked Size
3.30 kB
Size
1.61 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
-43.3%
51
Compared to previous day
Last Week
209.6%
1,037
Compared to previous week
Last Month
60.2%
2,716
Compared to previous month
Last Year
14.7%
17,645
Compared to previous year
1
npm install --save @types/redux-storage-engine-localstorage
This package contains type definitions for redux-storage-engine-localstorage (https://github.com/react-stack/redux-storage-engine-localstorage).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-storage-engine-localstorage.
1import { StorageEngine } from "redux-storage"; 2 3export type Replacer = (key: string, value: any) => any; 4 5export type Reviver = Replacer; 6 7export default function createEngine(key: string, replacer?: Replacer, reviver?: Reviver): StorageEngine; 8
These definitions were written by Christian Rackerseder.
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/29 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-05-19
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