Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-idle-dispatcher

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-idle-dispatcher - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"name": "redux-idle-dispatcher",
"version": "1.0.1",
"version": "1.0.2",
"description": "Idle your redux app",

@@ -14,3 +14,3 @@ "main": "dist/redux-idle-dispatcher.js",

"test": "mocha --exit",
"release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
"release": "npm run build && npm test && git commit -am \"$npm_package_version\" && git tag \"$npm_package_version\" && git push && git push --tags && npm publish"
},

@@ -17,0 +17,0 @@ "repository": {

@@ -16,4 +16,2 @@ # redux-idle-dispatcher

`reduxIdleDispatcher(store[, timeout][, action])`
```js

@@ -20,0 +18,0 @@ const unsubscriber = reduxIdleDispatcher(

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc