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
4
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 2023.10.1 to 2023.10.2

5

index.d.ts

@@ -11,2 +11,3 @@ /* tslint:disable */

export type AnalysisErrors = AnalysisError[];
export type Feature = FeatureWithExposure | FeatureWithoutExposure;
export type FeatureVariableType = "int" | "string" | "boolean" | "json";

@@ -41,3 +42,3 @@ export type SizingReleaseChannel = "release" | "beta" | "nightly";

export interface FeatureManifest {
[k: string]: FeatureWithExposure | FeatureWithoutExposure;
[k: string]: Feature;
}

@@ -78,3 +79,3 @@ /**

schema?: NimbusFeatureSchema;
hasExposure?: false;
hasExposure: false;
}

@@ -81,0 +82,0 @@ export interface Metadata {

2

package.json
{
"name": "@mozilla/nimbus-schemas",
"version": "2023.10.1",
"version": "2023.10.2",
"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