Installations
npm install redux-update-time
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
14.16.0
NPM Version
6.14.11
Score
64.8
Supply Chain
96.6
Quality
75.1
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
Download Statistics
Total Downloads
741
Last Day
1
Last Week
4
Last Month
12
Last Year
74
GitHub Statistics
7 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
428.00 B
Minified
263.00 B
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
741
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
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
Console View
Prerequisites
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
Table of contents
Getting Started
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.
Installation
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
Usage
Example
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
Running the tests
1$ npm test
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes:
git add .
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :sunglasses:
Authors
- Shekh Aliul - Initial work - Shekh Aliul
See also the list of contributors who participated in this project.
License
MIT License © Shekh Aliul
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
5 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-qrpm-p2h7-hrv2
- Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55
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
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2
/10
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