next-persist
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "next-persist", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Bridging the gap between client-side persistence and server-side rendering", | ||
@@ -28,2 +28,4 @@ "main": "src/next-persist.js", | ||
"dependencies": { | ||
"cookie": "^0.4.1", | ||
"js-cookie": "^2.2.1", | ||
"react": "^17.0.2", | ||
@@ -30,0 +32,0 @@ "react-redux": "^7.2.3" |
@@ -28,3 +28,2 @@ import { Component } from 'react'; | ||
} | ||
return this.props.children; | ||
@@ -31,0 +30,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8097
8
178
4
+ Addedcookie@^0.4.1
+ Addedjs-cookie@^2.2.1
+ Addedcookie@0.4.2(transitive)
+ Addedjs-cookie@2.2.1(transitive)