@marvelapp/react-ab-test
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -46,3 +46,3 @@ "use strict"; | ||
if (typeof window !== 'undefined' && 'localStorage' in window && window['localStorage'] !== null) { | ||
if (typeof window !== 'undefined' && 'localStorage' in window) { | ||
try { | ||
@@ -49,0 +49,0 @@ var key = '__pushtell_react__'; |
@@ -14,3 +14,3 @@ { | ||
"main": "index.js", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.", | ||
@@ -17,0 +17,0 @@ "directories": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
65483