Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@mozilla/nimbus-schemas
Advanced tools
This directory contains a package of schemas published to various repositories for use by different parts of the Mozilla Nimbus experimentation ecosystem.
From project root (i.e., parent to this directory)
make schemas_install
make schemas_check
make schemas_code_format
make schemas_build
make schemas_build_npm
Contains schemas describing analysis results, metadata, and errors from Jetstream.
The build and deployment occurs automatically through CI. A deployment is triggered on merges into the main
branch when the version number changes. Schemas are published to various repos for access in different languages.
mozilla-nimbus-schemas
uses a date-based versioning scheme (CalVer
). The format is yyyy.m.MINOR
, where m
is the non-zero-padded month, and MINOR
is an incrementing number starting from 1 for each month. Notably, this MINOR
number does NOT correspond to the day of the month. For example, the second release in June of 2023 would have a version of 2023.6.2
.
VERSION
file in this directory../scripts/set_schemas_version.sh <version>
echo <version> > ./schemas/VERSION
make schemas_version
Published to PyPI as mozilla-nimbus-schemas
Published to NPM as @mozilla/nimbus-schemas
Not yet implemented.
FAQs
Schemas used by Mozilla Nimbus and related projects.
The npm package @mozilla/nimbus-schemas receives a total of 221 weekly downloads. As such, @mozilla/nimbus-schemas popularity was classified as not popular.
We found that @mozilla/nimbus-schemas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.