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.1 to 1.0.2

test/page.html

5

dist/index.js

@@ -1,2 +0,1 @@

"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -11,4 +10,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

};
Object.defineProperty(exports, "__esModule", { value: true });
class default_1 {
export default class {
static getCookie(name) {

@@ -79,3 +77,2 @@ const match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)'));

}
exports.default = default_1;
//# sourceMappingURL=index.js.map

3

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

@@ -8,2 +8,3 @@ "main": "dist/index.js",

"prepare": "rm -rf build/ && rm -rf dist/ && tsc",
"prepublish": "npm run build",
"build": "webpack",

@@ -10,0 +11,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,

@@ -5,0 +4,0 @@ "target": "es6",

Sorry, the diff of this file is not supported yet

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