Gathering detailed insights and metrics for redux-update-time
Gathering detailed insights and metrics for redux-update-time
npm install redux-update-time
Typescript
Module System
Node Version
NPM Version
64.8
Supply Chain
96.6
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
741
Last Day
1
Last Week
4
Last Month
12
Last Year
74
7 Commits
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.1
Package Id
redux-update-time@1.0.1
Unpacked Size
4.25 kB
Size
2.06 kB
File Count
4
NPM Version
6.14.11
Node Version
14.16.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
33.3%
4
Compared to previous week
Last month
-14.3%
12
Compared to previous month
Last year
-32.1%
74
Compared to previous year
1
A lightweight middleware of redux for logging the store update time difference in milliseconds ( upto 12 decimal places precesion) on console from an action
This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
1$ npm -v && node -v 26.4.1 3v8.16.0
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
1$ git clone https://github.com/alii13/redux-update-time.git 2$ cd redux-update-time
To install and set up the library, run:
1$ npm install --save-dev redux-update-time
Or if you prefer using Yarn:
1$ yarn add --dev redux-update-time
1import { applyMiddleware, createStore } from 'redux'; 2 3// Logger with default options 4import reduxTime from 'redux-update-time' 5const store = createStore( 6 reducer, 7 applyMiddleware(reduxTime) 8) 9 10// Note passing middleware as the third argument requires redux@>=3.1.0
1$ npm test
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
git checkout -b my-new-feature
git add .
git commit -am 'Add some feature'
git push origin my-new-feature
See also the list of contributors who participated in this project.
MIT License © Shekh Aliul
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
5 existing vulnerabilities detected
Details
Reason
Found 0/7 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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-03
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