🚀 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.1.0-beta.2

2

gatsby-ssr.js

@@ -55,3 +55,3 @@ "use strict";

dangerouslySetInnerHTML: {
__html: "window['" + options.windowKey + "'] = " + (isJSON ? "JSON.parse('" + serializedState + "')" : "Function('return \\'" + serializedState + "\\';')()")
__html: "window['" + options.windowKey + "'] = " + (isJSON ? "JSON.parse('" + serializedState + "')" : "eval('(" + serializedState + ")')")
}

@@ -58,0 +58,0 @@ })]);

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

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