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

@mozilla/nimbus-shared

Package Overview
Dependencies
Maintainers
14
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mozilla/nimbus-shared - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

13

dist/types/experiments.d.ts

@@ -41,2 +41,9 @@ /**

isEnrollmentPaused: boolean;
/**
* When this property is set to true, treat this experiment as a rollout.
* Rollouts are currently handled as single-branch experiments separated
* from the bucketing namespace for normal experiments.
* See also: https://mozilla-hub.atlassian.net/browse/SDK-405
*/
isRollout?: boolean;
/** Bucketing configuration */

@@ -62,2 +69,8 @@ bucketConfig: BucketConfig;

/**
* Actual enrollment end date of the experiment.
* Note that this value is expected to be null in Remote Settings.
* @format date
*/
enrollmentEndDate?: string | null;
/**
* Actual end date of the experiment.

@@ -64,0 +77,0 @@ * Note that this value is expected to be null in Remote Settings.

2

package.json
{
"name": "@mozilla/nimbus-shared",
"version": "1.7.0",
"version": "1.8.0",
"license": "MPL-2.0",

@@ -5,0 +5,0 @@ "engines": {

@@ -44,2 +44,6 @@ {

},
"isRollout": {
"type": "boolean",
"description": "When this property is set to true, treat this experiment as a rollout. Rollouts are currently handled as single-branch experiments separated from the bucketing namespace for normal experiments. See also: https://mozilla-hub.atlassian.net/browse/SDK-405"
},
"bucketConfig": {

@@ -292,2 +296,10 @@ "type": "object",

},
"enrollmentEndDate": {
"type": [
"string",
"null"
],
"description": "Actual enrollment end date of the experiment. Note that this value is expected to be null in Remote Settings.",
"format": "date"
},
"endDate": {

@@ -294,0 +306,0 @@ "type": [

@@ -50,2 +50,10 @@ /**

/**
* When this property is set to true, treat this experiment as a rollout.
* Rollouts are currently handled as single-branch experiments separated
* from the bucketing namespace for normal experiments.
* See also: https://mozilla-hub.atlassian.net/browse/SDK-405
*/
isRollout?: boolean;
/** Bucketing configuration */

@@ -81,2 +89,9 @@ bucketConfig: BucketConfig;

/**
* Actual enrollment end date of the experiment.
* Note that this value is expected to be null in Remote Settings.
* @format date
*/
enrollmentEndDate?: string | null;
/**
* Actual end date of the experiment.

@@ -83,0 +98,0 @@ * Note that this value is expected to be null in Remote Settings.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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