landing-page-experiments
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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 |
{ | ||
"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
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
9595
9
177