You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
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.1.0

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

<a name="1.0.10"></a>
# [1.1.0](https://github.com/le0nik/gatsby-plugin-react-redux/compare/v1.0.10...v1.1.0) (2020-09-20)
- Add `options.windowKey` - sets preloaded state to this key on `window` (default: `__PRELOADED_STATE__`)
- Add `options.cleanupOnClient` - if `true` removes preloaded state from `window` after page load (default: `true`)
- Support `serialize-javascript@5`
<a name="1.0.10"></a>
# [1.0.10](https://github.com/le0nik/gatsby-plugin-react-redux/compare/v1.0.9...v1.0.10) (2019-06-26)

@@ -8,0 +15,0 @@

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -41,2 +41,4 @@ # gatsby-plugin-react-redux

space: 0,
// if `isJSON` is set to `false`, `eval` is used to deserialize redux state,
// otherwise `JSON.parse` is used
isJSON: true,

@@ -43,0 +45,0 @@ unsafe: false,