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.0 to 1.0.1

dist/index.js

5

package.json
{
"name": "landing-page-experiments",
"version": "1.0.0",
"version": "1.0.1",
"description": "Statsig helps run landing page experiments by redirecting users to two or more landing pages based on an ABn Test.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"prepare": "rm -rf build/ && rm -rf dist/ && tsc",
"build": "webpack",

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

2

webpack.config.js

@@ -20,3 +20,3 @@ const path = require('path');

output: {
filename: 'bundle.js',
filename: 'index.js',
path: path.resolve(__dirname, 'dist'),

@@ -23,0 +23,0 @@ library: 'StatsigABHelper',

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