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

landing-page-experiments

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

landing-page-experiments - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

13

dist/index.js

@@ -94,5 +94,3 @@ "use strict";

if (currentUrl.pathname == newUrl.pathname) {
if (__sbpd !== null) {
document.body.style.display = __sbpd;
}
StatsigABHelper.resetBody();
return;

@@ -115,8 +113,11 @@ }

console.log(reason);
StatsigABHelper.resetBody();
})
.finally(function () {
if (__sbpd !== null) {
document.body.style.display = __sbpd;
}
});
},
resetBody: function () {
if (__sbpd !== null) {
document.body.style.display = __sbpd;
}
}

@@ -123,0 +124,0 @@ };

{
"name": "landing-page-experiments",
"version": "1.0.13",
"version": "1.0.14",
"description": "Statsig helps run landing page experiments by redirecting users to two or more landing pages based on an ABn Test.",

@@ -5,0 +5,0 @@ "jsdelivr": "dist/index.js",

@@ -51,5 +51,3 @@ window["StatsigABHelper"] = window["StatsigABHelper"] || {

if (currentUrl.pathname == newUrl.pathname) {
if (__sbpd !== null) {
document.body.style.display = __sbpd;
}
StatsigABHelper.resetBody();
return;

@@ -71,8 +69,12 @@ }

console.log(reason);
StatsigABHelper.resetBody();
})
.finally(() => {
if (__sbpd !== null) {
document.body.style.display = __sbpd;
}
});
},
resetBody: function() {
if (__sbpd !== null) {
document.body.style.display = __sbpd;
}
}

@@ -79,0 +81,0 @@ }

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