🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

gatsby-plugin-react-redux

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-react-redux - npm Package Compare versions

Comparing version

to
1.0.5

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="1.0.5"></a>
# [1.0.5](https://github.com/le0nik/gatsby-plugin-react-redux/compare/1.0.4...1.0.5) (2019-05-08)
- Add minimal example
<a name="1.0.4"></a>

@@ -7,0 +12,0 @@ # [1.0.4](https://github.com/le0nik/gatsby-plugin-react-redux/compare/1.0.3...1.0.4) (2019-05-07)

9

package.json
{
"name": "gatsby-plugin-react-redux",
"version": "1.0.5-beta.0",
"version": "1.0.5",
"description": "Gatsby plugin for React-Redux with built-in server-side rendering support",

@@ -20,3 +20,3 @@ "keywords": [

"test:watch": "npm run test -- --watch",
"format": "prettier --write src/**/*.{js,jsx}",
"format": "prettier --write {src,examples}/**/*.{js,jsx}",
"lint": "eslint ./src"

@@ -57,3 +57,8 @@ },

"url": "https://github.com/le0nik/gatsby-plugin-react-redux/issues"
},
"jest": {
"roots": [
"<rootDir>/src"
]
}
}