Socket
Socket
Sign inDemoInstall

redux-state-branch

Package Overview
Dependencies
3
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

6

package.json
{
"name": "redux-state-branch",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"description": "A redux wrapper for sane people.",
"description": "A library for simplified Redux development.",
"homepage": "https://jamesmfriedman.github.io/redux-state-branch/",

@@ -18,3 +18,3 @@ "main": "dist/index",

"version": "npm run build",
"postpublish": "npm run build:docs && git add --all && git commit -f 'Building docs' && git push",
"postpublish": "npm run build:docs && git add --all && git commit --allow-empty -m 'Building docs' && git push",
"docgen": "documentalist ./src/redux-state-branch/index.ts --no-css --no-md > ./src/docs/api-reference/generated-props.json"

@@ -21,0 +21,0 @@ },

@@ -16,7 +16,2 @@ # Redux StateBranch

## Typescript and Flow setup
- This project supports both Typescript and Flow out of the box.
- For Typescript, no additional configuration is necessary
- For Flow, depending on your setup, it will either work out of the box, or add it to your `.flowconfig` as follows:
```yaml

@@ -28,2 +23,2 @@ [libs]

Read the Docs
https://jamesmfriedman.github.io/redux-state-branch/
https://jamesmfriedman.github.io/redux-state-branch/
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc