Gathering detailed insights and metrics for @identity-stack/client-redux
Gathering detailed insights and metrics for @identity-stack/client-redux
Gathering detailed insights and metrics for @identity-stack/client-redux
Gathering detailed insights and metrics for @identity-stack/client-redux
Full Stack to create independent packages and to run on servers. Uses apollo, typescript, react, redux and more.
npm install @identity-stack/client-redux
Typescript
Module System
Node Version
NPM Version
v0.0.38-alpha.16
Updated on Oct 10, 2019
v0.0.38-alpha.15
Updated on Oct 09, 2019
v0.0.38-alpha.14
Updated on Oct 09, 2019
v0.0.38-alpha.13
Updated on Oct 09, 2019
v0.0.38
Updated on Oct 09, 2019
v0.0.38-alpha.12
Updated on Oct 09, 2019
TypeScript (77.63%)
JavaScript (21.07%)
HTML (0.57%)
Dockerfile (0.37%)
CSS (0.15%)
EJS (0.12%)
Groovy (0.09%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
53 Stars
2,428 Commits
25 Forks
5 Watchers
186 Branches
22 Contributors
Updated on Apr 28, 2025
Latest Version
0.0.4
Package Id
@identity-stack/client-redux@0.0.4
Unpacked Size
16.43 kB
Size
4.74 kB
File Count
12
NPM Version
5.6.0
Node Version
8.9.4
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
3
Redux npm package includes actions, action-types and reducers
1. exported reducers
2. exported actions
3. exported graphql queries
4. Typescript 2.0.0 => ES6
5. unit testing with jest
This package can be installable in front-end webserver to use the reducers and actions.
The goal is to make a isolated and reusable module that is self-contained. In order to avoid name conflicts, following rules need to be abide.
@npm-module-or-app/ACTION_TYPE
eg. @@identity-stack/INCREMENT_COUNTER
npm-module-or-app/reducer_name
eg. @identity-stack/counter
npm run build - build the library files
npm run test - run tests once
npm run test:watch - run tests in watchmode (Useful for development)
src - directory is used for typescript code that is part of the project
index.ts - Index file of the package. Consists of exported reducers and actions
index.spec.ts - Tests file for main
actions - Contains Actions to transform the state tree
index.ts - References all the exported actions
reducers - Contains reducers, pure function with (state, action) => state signature.
index.ts - References all the exported reducers.
package.json - file is used to describe the library and packages that are required added under peer-dependencies section
tsconfig.json - configuration file for the library compilation
webpack.config.js - configuration file of the compilation automation process for the library
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/9 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
116 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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