New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

repatch

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repatch - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "repatch",
"version": "1.0.4",
"version": "1.0.5",
"description": "Dispatch reducers",

@@ -5,0 +5,0 @@ "main": "lib/store/index",

@@ -13,3 +13,3 @@ # <a href="https://www.npmjs.com/package/repatch"><img alt="Repatch" src="http://services.jaystack.com/repatch-logo.png" height="50px"></a>

**In this terminology action is a function that returns a reducer:**
**In this terminology, an action is a function that returns a reducer:**

@@ -50,3 +50,3 @@ ```javascript

Repatch's interface is the same as Redux, therefore you can use with [react-redux](https://www.npmjs.com/package/react-redux).
Repatch's interface is very similar to Redux, therefore you can use with [react-redux](https://www.npmjs.com/package/react-redux).

@@ -89,3 +89,3 @@ ```javascript

Use `addMiddleware` method to chaining middlewares:
Use the `addMiddleware` method to chaining middlewares:

@@ -126,3 +126,3 @@ ```javascript

You can access `thunk` as static member of `Store` too: `Store.thunk`
You can access `thunk` even as static member of the `Store`: `Store.thunk`

@@ -129,0 +129,0 @@ ### Injecting extra argument

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