Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@marvelapp/react-ab-test

Package Overview
Dependencies
Maintainers
26
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marvelapp/react-ab-test - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

lib/Experiment.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc