Socket
Socket
Sign inDemoInstall

@mozilla/nimbus-schemas

Package Overview
Dependencies
Maintainers
4
Versions
20
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.1.4 to 2024.3.1

10

index.d.ts

@@ -33,2 +33,10 @@ /* tslint:disable */

}
export interface ConfigVersionDetails {
path?: string;
revision?: string;
}
export interface ConfigVersions {
metric_definitions?: ConfigVersionDetails[];
jetstream_image?: ConfigVersionDetails;
}
export interface ExternalConfig {

@@ -94,2 +102,4 @@ reference_branch?: string;

};
version_info?: ConfigVersions;
version_date?: string;
schema_version?: number;

@@ -96,0 +106,0 @@ }

2

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

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

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