{"_id":"statsig-js-local-eval","_rev":"36-d70161af90c7dbe8316d5940ee65fcd5","name":"statsig-js-local-eval","dist-tags":{"beta":"0.0.7","latest":"1.4.0"},"versions":{"0.0.1":{"name":"statsig-js-local-eval","version":"0.0.1","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@0.0.1","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/rules-js/issues"},"dist":{"shasum":"904a7c0421cde01935868e1ae12c791f83859db7","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-0.0.1.tgz","fileCount":56,"integrity":"sha512-s/3s1Ze81k5m9mOg6O7tRE1PFRLm8cRT7vrALp1WKrtTPBaTeceRruG/kBrX56VSlnKB2gjH7fHPM2ZuVl/yqA==","signatures":[{"sig":"MEYCIQDqtEZ2ATuztaesqjdlAGNezUUR+vCw+7zMJ0KqC39YkgIhAPI9qSP0B84qiD+KvHnHDm1bhDGASxBiTq7YthfhvAOD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":239652},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"958c7229d31d48c7f5eae8424b7faf56656aa548","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/rules-js.git","type":"git"},"_npmVersion":"9.6.6","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_0.0.1_1693437729637_0.8140399641368417","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"statsig-js-local-eval","version":"0.0.2","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@0.0.2","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/rules-js/issues"},"dist":{"shasum":"d46e1796bb39c86d5dcec92678166e13fa31a9cd","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-0.0.2.tgz","fileCount":56,"integrity":"sha512-/+1B7UNkCB+dt7rWEe56epolauYAUl0COFcyWuqSSRJIUpRaQWHTSavv9keEPm33GDJxKwK1doKcqY+r+cjlQg==","signatures":[{"sig":"MEQCIDsuiyIjuFriCTlf6qnMNmKiU5nlTRGmUX6AaOqXbeePAiAbjV+PQG/9Bi/86r3s37dPXl1pXyUYcEZE0AGyEw7ikQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":241719},"main":"dist/index.js","types":"dist/index.d.ts","readme":"# Statsig\n\n[![npm version](https://badge.fury.io/js/statsig-js-lite.svg)](https://badge.fury.io/js/statsig-js-lite)\n[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/statsig-js-lite/badge)](https://www.jsdelivr.com/package/npm/statsig-js-lite)\n\n## Statsig JS with Local Evaluation SDK\n\nA slimmed version of the [JavaScript](https://github.com/statsig-io/js-client) that behaves more like our server SDKs.  This SDK operates on the rule definitions to evaluate any gate/experiment locally.  This means when you change the user object or set of properties to check against, you do not need to make a network request to statsig - the SDK already has everything it needs to evaluate an arbitrary user object against an experiment or feature gate.  You can choose to host the rulesets for your project on your own CDN, or to inline them in your server page response.  \n\nStatsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com).\n\n## Getting Started\nCheck out our [SDK docs](https://docs.statsig.com/client/jsClientSDK) to get started.\n\n\n## Supported Features\n- Gate Checks\n- Dynamic Configs\n- Layers/Experiments\n- Custom Event Logging\n\n\n## Unsupported Features\n- Local Overrides\n- Prefetch Users\n- Extended Browser Support\n- Initialize Optimizations\n","gitHead":"20a0647c2a4b5ea3321326074adf292597c45dcf","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/rules-js.git","type":"git"},"_npmVersion":"9.6.6","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.0","dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_0.0.2_1694046554340_0.3261652743072472","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"statsig-js-local-eval","version":"0.0.3","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@0.0.3","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/rules-js/issues"},"dist":{"shasum":"f1a71579bd9df62daab8f235265c90cc01f5e25b","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-0.0.3.tgz","fileCount":60,"integrity":"sha512-ToR/bBYNi1pAJsCEBUWoQTfaGHkQr2Ibf1wR2cMDfWTZgMtyyeaU5ZnTiPq8RGrxB1ARgE1wwoiCV3ljIqCNxQ==","signatures":[{"sig":"MEUCIQDXON/0KRIxkskDWMF+Jz8I4BBVhRlMOBckhHsYWwu1igIgAhzntdyfWnbYZGveHMDQAIrHVnT89VPBqbIKB5FPMHU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":252872},"main":"dist/index.js","types":"dist/index.d.ts","readme":"# Statsig\n\n[![npm version](https://badge.fury.io/js/statsig-js-lite.svg)](https://badge.fury.io/js/statsig-js-lite)\n[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/statsig-js-lite/badge)](https://www.jsdelivr.com/package/npm/statsig-js-lite)\n\n## Statsig JS with Local Evaluation SDK\n\nA slimmed version of the [JavaScript](https://github.com/statsig-io/js-client) that behaves more like our server SDKs.  This SDK operates on the rule definitions to evaluate any gate/experiment locally.  This means when you change the user object or set of properties to check against, you do not need to make a network request to statsig - the SDK already has everything it needs to evaluate an arbitrary user object against an experiment or feature gate.  You can choose to host the rulesets for your project on your own CDN, or to inline them in your server page response.  \n\nStatsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com).\n\n## Getting Started\nCheck out our [SDK docs](https://docs.statsig.com/client/jsClientSDK) to get started.\n\n\n## Supported Features\n- Gate Checks\n- Dynamic Configs\n- Layers/Experiments\n- Custom Event Logging\n\n\n## Unsupported Features\n- Local Overrides\n- Prefetch Users\n- Extended Browser Support\n- Initialize Optimizations\n","gitHead":"9b2669e5b6723c2ffdcb0f11c0a7dd06ce3c1854","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/rules-js.git","type":"git"},"_npmVersion":"9.6.6","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.0","dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_0.0.3_1694563534766_0.39772061797384284","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"statsig-js-local-eval","version":"0.0.4","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@0.0.4","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/statsig-js-local-eval/issues"},"dist":{"shasum":"fb836db50ebe4044c16626f380ef407fac8fbbd1","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-0.0.4.tgz","fileCount":58,"integrity":"sha512-+hcI6M7R0c6WiTWeq/2sPqv2fhrIjmFDWONhsLMnJg1i4i3RZ9GO6NsIkh4NZZPKftBPz49oLEtWq52sG4C5rQ==","signatures":[{"sig":"MEYCIQCAsnfVPfj31cAAnqgyaA174k8CgVAXYiy4VT+JeKjRawIhAIvnKeR5l+KmqGSNXsvqijWGhMwsof/5GCQ5L53F5jiB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":228614},"main":"dist/index.js","types":"dist/index.d.ts","readme":"# Statsig\n\n[![npm version](https://badge.fury.io/js/statsig-js-lite.svg)](https://badge.fury.io/js/statsig-js-lite)\n[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/statsig-js-lite/badge)](https://www.jsdelivr.com/package/npm/statsig-js-lite)\n\n## Statsig JS with Local Evaluation SDK\n\nA slimmed version of the [JavaScript](https://github.com/statsig-io/js-client) that behaves more like our server SDKs.  This SDK operates on the rule definitions to evaluate any gate/experiment locally.  This means when you change the user object or set of properties to check against, you do not need to make a network request to statsig - the SDK already has everything it needs to evaluate an arbitrary user object against an experiment or feature gate.  You can choose to host the rulesets for your project on your own CDN, or to inline them in your server page response.  \n\nStatsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com).\n\n## Getting Started\nCheck out our [SDK docs](https://docs.statsig.com/client/jsClientSDK) to get started.\n\n\n## Supported Features\n- Gate Checks\n- Dynamic Configs\n- Layers/Experiments\n- Custom Event Logging\n\n\n## Unsupported Features\n- Local Overrides\n- Prefetch Users\n- Extended Browser Support\n- Initialize Optimizations\n","gitHead":"f1787c410956880e059439b0591351e0b1a5702b","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/statsig-js-local-eval.git","type":"git"},"_npmVersion":"9.6.6","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.0","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_0.0.4_1695012815189_0.7321121089898059","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"statsig-js-local-eval","version":"0.0.5","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@0.0.5","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/statsig-js-local-eval/issues"},"dist":{"shasum":"c19c4d6080ae667ab33197c28fa75d2f48bef4f5","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-0.0.5.tgz","fileCount":58,"integrity":"sha512-eg1mXEiPTNWSt6AUTe7cpfSaV3WAalKzcXOxE8CS0yxQZbnp6jU+wpi58oV2L29cwpj/rXoNT+jPrXZcD+6HEQ==","signatures":[{"sig":"MEQCIEgt9Jyom8wOgaBPGufns2YCVfN13Y5oAMzOLRHXte6JAiBOkb8hHT7162LQ7ymQgXVSUt8Ablh3cZluhmWH7C28Ww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":231163},"main":"dist/index.js","types":"dist/index.d.ts","readme":"# Statsig\n\n[![npm version](https://badge.fury.io/js/statsig-js-lite.svg)](https://badge.fury.io/js/statsig-js-lite)\n[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/statsig-js-lite/badge)](https://www.jsdelivr.com/package/npm/statsig-js-lite)\n\n## Statsig JS with Local Evaluation SDK\n\nA slimmed version of the [JavaScript](https://github.com/statsig-io/js-client) that behaves more like our server SDKs.  This SDK operates on the rule definitions to evaluate any gate/experiment locally.  This means when you change the user object or set of properties to check against, you do not need to make a network request to statsig - the SDK already has everything it needs to evaluate an arbitrary user object against an experiment or feature gate.  You can choose to host the rulesets for your project on your own CDN, or to inline them in your server page response.  \n\nStatsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com).\n\n## Getting Started\nCheck out our [SDK docs](https://docs.statsig.com/client/jsClientSDK) to get started.\n\n\n## Supported Features\n- Gate Checks\n- Dynamic Configs\n- Layers/Experiments\n- Custom Event Logging\n\n\n## Unsupported Features\n- Local Overrides\n- Prefetch Users\n- Extended Browser Support\n- Initialize Optimizations\n","gitHead":"902ca5f065462ee61094357060ca3f69a0f2fc52","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/statsig-js-local-eval.git","type":"git"},"_npmVersion":"9.6.6","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.0","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_0.0.5_1695014363096_0.36769053378941696","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"statsig-js-local-eval","version":"0.0.6","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@0.0.6","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/statsig-js-local-eval/issues"},"dist":{"shasum":"57d84110016ef6a0ba7da401cba71535923f48d4","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-0.0.6.tgz","fileCount":58,"integrity":"sha512-NGnecPAz7JuiFqnd4+gd7R70Xlkx9I+6g+XaCcWtGVlt1eGV9kCEvP6TNnS8smWmqlYSOnjfqxBJSzQLhLwKSA==","signatures":[{"sig":"MEUCIFI5pnyMddMs5ePGfwQeCHu4sy75mpsZbgupOrc79oU4AiEAxcJAKwYeAVY8+eBOmuuhtE1s+yXa6QOPo+w+OasXskw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":231067},"main":"dist/index.js","types":"dist/index.d.ts","readme":"# Statsig\n\n[![npm version](https://badge.fury.io/js/statsig-js-lite.svg)](https://badge.fury.io/js/statsig-js-lite)\n[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/statsig-js-lite/badge)](https://www.jsdelivr.com/package/npm/statsig-js-lite)\n\n## Statsig JS with Local Evaluation SDK\n\nA slimmed version of the [JavaScript](https://github.com/statsig-io/js-client) that behaves more like our server SDKs.  This SDK operates on the rule definitions to evaluate any gate/experiment locally.  This means when you change the user object or set of properties to check against, you do not need to make a network request to statsig - the SDK already has everything it needs to evaluate an arbitrary user object against an experiment or feature gate.  You can choose to host the rulesets for your project on your own CDN, or to inline them in your server page response.  \n\nStatsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com).\n\n## Getting Started\nCheck out our [SDK docs](https://docs.statsig.com/client/jsClientSDK) to get started.\n\n\n## Supported Features\n- Gate Checks\n- Dynamic Configs\n- Layers/Experiments\n- Custom Event Logging\n\n\n## Unsupported Features\n- Local Overrides\n- Prefetch Users\n- Extended Browser Support\n- Initialize Optimizations\n","gitHead":"052997cd7ec838ae7fee0c6ace21abd7b5c77c41","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/statsig-js-local-eval.git","type":"git"},"_npmVersion":"9.6.6","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.0","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_0.0.6_1695081139358_0.1332729897756606","host":"s3://npm-registry-packages"}},"0.0.7":{"name":"statsig-js-local-eval","version":"0.0.7","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@0.0.7","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/js-local-eval/issues"},"dist":{"shasum":"10c208b36ed018666ae35e17fbe39ed878e9447a","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-0.0.7.tgz","fileCount":54,"integrity":"sha512-ALi3VDhPbKAVQs8CbkkE4JpkfZs8iKZ9udKrY+rpUra44HsRfBWe8AbSlRXY5k3lIK22CviPGFFG4RDo6+HoeQ==","signatures":[{"sig":"MEYCIQDaPxk7bfb25Ayk2Hb42HUfnsvGHKPxaeVbtAeVqcux7QIhAJMofKeVCzoLP+3OksTxsq0hjJ2xnmvDADu+rTnk2q2/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":223994},"main":"dist/index.js","types":"dist/index.d.ts","readme":"# Statsig\n\n[![npm version](https://badge.fury.io/js/statsig-js-local-eval.svg)](https://badge.fury.io/js/statsig-js-local-eval)\n[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/statsig-js-local-eval/badge)](https://www.jsdelivr.com/package/npm/statsig-js-local-eval)\n\n## Statsig JS with Local Evaluation SDK\n\nA slimmed version of the Javascript that operates on the rule definitions to evaluate any gate/experiment locally (more like a Statsig server SDK).  This means when you change the user object or set of properties to check against, you do not need to make a network request to statsig - the SDK already has everything it needs to evaluate an arbitrary user object against an experiment or feature gate.  You can choose to host the rulesets for your project on your own CDN, or to inline them in your server page response.  \n\nStatsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com).\n\n## Getting Started\nCheck out our [SDK docs](https://docs.statsig.com/client/jsLocalEvaluationSDK) to get started.\n\n## Supported Features\n- Gate Checks\n- Dynamic Configs\n- Layers/Experiments\n- Custom Event Logging\n- Synchronous and Asynchronous initialization\n\n## Unsupported Features - relative to statsig-js\n- Local Overrides\n- Extended Browser Support\n- Big ID List based segments (>1k IDs)\n- IP/UA Based Checks, inferred country from IP\n","gitHead":"96e16f664ac16e5723a7701319992e9fc57d5fbc","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/js-local-eval.git","type":"git"},"_npmVersion":"9.6.6","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.0","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_0.0.7_1695087371376_0.4196629219073873","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"statsig-js-local-eval","version":"1.0.0","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@1.0.0","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/js-local-eval/issues"},"dist":{"shasum":"8dea5925fa8d3213dc5ff75a9cf61adbe64de1a9","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-1.0.0.tgz","fileCount":54,"integrity":"sha512-6RpT0MLMUyWFx8/aXNWA+ROBo7W0Mzcmw84hOAQPINK5jQP4f8n9hkpAujOgNBJvInWqoepVGIfnF8Ntxxlu0Q==","signatures":[{"sig":"MEUCIGaSKYvAxilNgXFBmpUouvofYo2c5D0fJpa5C0/viaiSAiEA4krtGLqigtuZvwi8UwhkLY8abVVqmBLPPArVCxqnx5w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":223684},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d501f46b11645fd7828ed07ff9f7c78aed03feb2","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/js-local-eval.git","type":"git"},"_npmVersion":"9.6.6","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.0","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_1.0.0_1695101820378_0.5987354005022596","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"statsig-js-local-eval","version":"1.1.0","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@1.1.0","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/js-local-eval/issues"},"dist":{"shasum":"872c3c1f84690020052148f9a3550c58828a8f3e","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-1.1.0.tgz","fileCount":54,"integrity":"sha512-JhWuPZuDVyVW8SZQeLROFNOXL8mJSIMQ9WYSw22cgB06iWZLGZQ1zAh/5U6d3QB2SABVN5HCFE9BprpbbQ+F+A==","signatures":[{"sig":"MEYCIQCFN55wLeXTpZSLobZcuNDU/NdmgLFV3An8Flta4TC/fgIhALaT7wWu6sCCVo1JmL3v682ZmfImHuopWpBx4xJWnVza","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":225202},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"71fa19772d22fc7e1b1cd5e5879fa65188ea7e33","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/js-local-eval.git","type":"git"},"_npmVersion":"9.6.6","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.0","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_1.1.0_1696034243494_0.8734390236525749","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"statsig-js-local-eval","version":"1.2.0","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@1.2.0","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/js-local-eval/issues"},"dist":{"shasum":"37eecfb4e049d6313ee725ed5b6313190ebc13da","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-1.2.0.tgz","fileCount":54,"integrity":"sha512-IQBRISvr8JWk7QmWyFq79iBUy/HOZ+pqzueGF4J4Yok4gzMsGijjSYnjcWeiwSJ+Bnd53+W/gtwE/iqqmauS3g==","signatures":[{"sig":"MEUCICKdXVIYrnXPoKMTrKnAgT3u/2pO6oM2jh5T7Zv/reeXAiEA8AZdl8SXlnqZPH5IS2vhB6nMjB90TDM9s+4EFhct3B0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":227683},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"025f68e4f6096c74daf3de62b2020149243f4464","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/js-local-eval.git","type":"git"},"_npmVersion":"8.19.4","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.2","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_1.2.0_1699988788213_0.16997964683286781","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"statsig-js-local-eval","version":"1.3.0","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@1.3.0","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/js-local-eval/issues"},"dist":{"shasum":"2c561a21dc1c9aba9a34115f37ed66caeee56d6b","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-1.3.0.tgz","fileCount":54,"integrity":"sha512-Vi4ltOw9UcdgrmI9zPSPyKZDvicS/TpOBfZ31u2d34hX0vwUoY/+f8R5dlCylznnLkB346cpxOaQM6MqrE/hUg==","signatures":[{"sig":"MEUCIDLYnhEhOIYhKKMhCDyPEE2WANSaTbfVv+RUY+MYpa44AiEAuwMVbcBLahLyqhJSlHMKgkw0A+z+kSAa9B/vaWGfe+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":226845},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"91c211c59d81220c801eb1071fdcda7e6bd9f311","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/js-local-eval.git","type":"git"},"_npmVersion":"8.19.3","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.19.0","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_1.3.0_1705296597390_0.6409388679710242","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"statsig-js-local-eval","version":"1.3.1","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@1.3.1","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/js-local-eval/issues"},"dist":{"shasum":"884e9ed7fea9fbc7bdd130bcb5e026e222452dd1","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-1.3.1.tgz","fileCount":54,"integrity":"sha512-HYo6haRot43ymv1jGguc35ykyRkdXSBIXkCwSvKWjo6oOFrlD1N4mLPo1okmiegPNMIPO8UJLN4qwFzHqAbuZg==","signatures":[{"sig":"MEUCIEIjHIuwryaSktncjpkKzfqoNi25cU+tq37Rb1nH8K4nAiEAmUprJ5AhNynAyflpbi0QB1dJhG2/V9yEZERGKcjcUo8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":226838},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"dba61febaa2ef69fef42f8e0c5985a843d094937","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/js-local-eval.git","type":"git"},"_npmVersion":"8.19.4","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.20.2","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_1.3.1_1707334542366_0.2778046364449136","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"statsig-js-local-eval","version":"1.3.2","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@1.3.2","maintainers":[{"name":"statsig","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/js-local-eval/issues"},"dist":{"shasum":"928be3dcf510542fed8189833bf1ff1ac234df4a","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-1.3.2.tgz","fileCount":54,"integrity":"sha512-cCehWo8Uj0SbXJWdy93L/n8JJu7e0Y9HvZxwev7+3p5P/IEPfdNzHo6dUIj2qM3audQuipZRykRuXXa4j7WZXA==","signatures":[{"sig":"MEUCIQDW7VQEnSSkkO49jkmIn7bccAFcXRcHx+kPCSp0yev0SwIgP61UkrmN9aEjkoBKrkqkR0yNS25EIbaqbWCR4RXI7EU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":226517},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"d8cfcbaba1c3fc0f5f36c35814e0acd9f754bb4c","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"statsig","email":"serviceadmin@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/js-local-eval.git","type":"git"},"_npmVersion":"8.19.3","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"16.19.0","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_1.3.2_1708145612114_0.19711725798594149","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"statsig-js-local-eval","version":"1.4.0","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"author":{"name":"Statsig, Inc."},"license":"ISC","_id":"statsig-js-local-eval@1.4.0","maintainers":[{"name":"kenny-statsig","email":"kenny@statsig.com"},{"name":"daniel-statsig","email":"daniel@statsig.com"},{"name":"sroyal","email":"sroyal@statsig.com"},{"name":"statsig-admin","email":"serviceadmin@statsig.com"}],"homepage":"https://www.statsig.com","bugs":{"url":"https://github.com/statsig-io/js-local-eval/issues"},"dist":{"shasum":"06dd2ddad1a2dc12fc10a6c0fc882ddd50abe49c","tarball":"https://registry.npmjs.org/statsig-js-local-eval/-/statsig-js-local-eval-1.4.0.tgz","fileCount":54,"integrity":"sha512-aWw55AVL0a9cxfGxOqNogg3nP+iogCFmCSskoPEqKNWc7R7359iDIRkHV9tASdyi4b8Zc35pZmiHndW20P9X8w==","signatures":[{"sig":"MEUCICDGlXKHQ1n6+iPM6S7jgs5CrYU+b/FElpNa1u+DBc0tAiEA+eSnEyKnpdtXA/VaTAmFSyljsdz1HNjsFV9cRQPfc6I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":232778},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2fad89e1ecbd04ee7f18d4281ce8ef0be280acdf","scripts":{"test":"jest --config=jest-debug.config.js","types":"npx tsc","prepare":"rm -rf build/ && rm -rf dist/ && genversion src/SDKVersion.ts --es6 && tsc && webpack","postbuild":"rm -rf build/**/*.map","size-check":"./bundle-size-check.js","test:watch":"jest --watch","build:dryrun":"npx tsc --noEmit","testForGithubOrRedisEnthusiasts":"jest"},"_npmUser":{"name":"kenny-statsig","email":"kenny@statsig.com"},"jsdelivr":"build/statsig-prod-web-sdk.js","deprecated":"Support for this package ends Jan 31 '25. Upgrade to the faster and smaller @statsig/js-on-device-eval-client - see docs.statsig.com/client/js-on-device-eval-client/migrating-from-js-local-eval","importSort":{".js, .jsx, .ts, .tsx":{"style":"module","parser":"typescript"}},"repository":{"url":"git+https://github.com/statsig-io/js-local-eval.git","type":"git"},"_npmVersion":"10.2.4","description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","directories":{},"_nodeVersion":"20.11.1","dependencies":{"js-sha256":"^0.10.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.1.0","core-js":"^3.16.4","ts-jest":"^27.1.0","webpack":"^5.82.0","ts-loader":"^9.2.3","uglify-js":"^3.17.4","genversion":"^3.1.1","typescript":"^4.2.2","@types/jest":"^27.1.0","@types/node":"^18.15.10","@types/uuid":"^8.3.1","webpack-cli":"^5.0.2","@babel/preset-env":"^7.14.9","@types/webpack-env":"^1.18.1","terser-webpack-plugin":"^5.1.4","webpack-bundle-analyzer":"^4.8.0","@babel/preset-typescript":"^7.14.5","circular-dependency-plugin":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/statsig-js-local-eval_1.4.0_1710896787792_0.5739736284225045","host":"s3://npm-registry-packages"}}},"time":{"created":"2023-08-30T23:22:09.636Z","modified":"2026-06-04T00:05:14.201Z","0.0.1":"2023-08-30T23:22:09.885Z","0.0.2":"2023-09-07T00:29:14.611Z","0.0.3":"2023-09-13T00:05:34.967Z","0.0.4":"2023-09-18T04:53:35.456Z","0.0.5":"2023-09-18T05:19:23.340Z","0.0.6":"2023-09-18T23:52:19.552Z","0.0.7":"2023-09-19T01:36:11.577Z","1.0.0":"2023-09-19T05:37:00.688Z","1.1.0":"2023-09-30T00:37:23.726Z","1.2.0":"2023-11-14T19:06:28.413Z","1.3.0":"2024-01-15T05:29:57.560Z","1.3.1":"2024-02-07T19:35:42.591Z","1.3.2":"2024-02-17T04:53:32.290Z","1.4.0":"2024-03-20T01:06:27.969Z"},"bugs":{"url":"https://github.com/statsig-io/js-local-eval/issues"},"author":{"name":"Statsig, Inc."},"license":"ISC","homepage":"https://www.statsig.com","keywords":["feature gate","feature flag","continuous deployment","ci","ab test"],"repository":{"url":"git+https://github.com/statsig-io/js-local-eval.git","type":"git"},"description":"A slimmed version of the Statsig JavaScript client SDK that evaluates rules locally","maintainers":[{"email":"sdk.dev@amplitude.com","name":"sdk.dev"},{"email":"daniel.graham@amplitude.com","name":"daniel-graham-amplitude"}],"readme":"# Statsig\n\n[![npm version](https://badge.fury.io/js/statsig-js-local-eval.svg)](https://badge.fury.io/js/statsig-js-local-eval)\n[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/statsig-js-local-eval/badge)](https://www.jsdelivr.com/package/npm/statsig-js-local-eval)\n\n## Statsig JS with Local Evaluation SDK\n\nA slimmed version of the Javascript that operates on the rule definitions to evaluate any gate/experiment locally (more like a Statsig server SDK).  This means when you change the user object or set of properties to check against, you do not need to make a network request to statsig - the SDK already has everything it needs to evaluate an arbitrary user object against an experiment or feature gate.  You can choose to host the rulesets for your project on your own CDN, or to inline them in your server page response.  \n\nStatsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and create an account at [statsig.com](https://www.statsig.com).\n\n## Getting Started\nCheck out our [SDK docs](https://docs.statsig.com/client/jsLocalEvaluationSDK) to get started.\n\n## Supported Features\n- Gate Checks\n- Dynamic Configs\n- Layers/Experiments\n- Custom Event Logging\n- Synchronous and Asynchronous initialization\n\n## Unsupported Features - relative to statsig-js\n- Local Overrides\n- Extended Browser Support\n- Big ID List based segments (>1k IDs)\n- IP/UA Based Checks, inferred country from IP\n","readmeFilename":"README.md"}