New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mozilla/nimbus-schemas

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mozilla/nimbus-schemas - npm Package Compare versions

Comparing version 2024.12.1 to 2024.12.2

12

index.d.ts

@@ -178,2 +178,8 @@ /* tslint:disable */

featureValidationOptOut?: boolean;
/**
* Does the experiment require a restart to take effect?
*
* Only used by Firefox Labs Opt-Ins.
*/
requiresRestart?: boolean;
localizations?: ExperimentLocalizations | null;

@@ -514,2 +520,8 @@ }

featureValidationOptOut?: boolean;
/**
* Does the experiment require a restart to take effect?
*
* Only used by Firefox Labs Opt-Ins.
*/
requiresRestart?: boolean;
localizations?: ExperimentLocalizations | null;

@@ -516,0 +528,0 @@ }

2

package.json
{
"name": "@mozilla/nimbus-schemas",
"version": "2024.12.1",
"version": "2024.12.2",
"description": "Schemas used by Mozilla Nimbus and related projects.",

@@ -5,0 +5,0 @@ "main": "index.d.ts",

@@ -205,2 +205,6 @@ {

},
"requiresRestart": {
"description": "Does the experiment require a restart to take effect? Only used by Firefox Labs Opt-Ins.",
"type": "boolean"
},
"localizations": {

@@ -207,0 +211,0 @@ "anyOf": [

@@ -205,2 +205,6 @@ {

},
"requiresRestart": {
"description": "Does the experiment require a restart to take effect? Only used by Firefox Labs Opt-Ins.",
"type": "boolean"
},
"localizations": {

@@ -207,0 +211,0 @@ "anyOf": [

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