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

@mdn/browser-compat-data

Package Overview
Dependencies
Maintainers
5
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdn/browser-compat-data - npm Package Compare versions

Comparing version 5.4.5 to 5.5.0

2

package.json

@@ -21,3 +21,3 @@ {

"name": "@mdn/browser-compat-data",
"version": "5.4.5",
"version": "5.5.0",
"description": "Browser compatibility data provided by MDN Web Docs",

@@ -24,0 +24,0 @@ "repository": {

@@ -7,3 +7,3 @@ # `@mdn/browser-compat-data`

Read how this project is [governed](GOVERNANCE.md).
Read how this project is [governed](./GOVERNANCE.md).

@@ -87,3 +87,3 @@ Chat with us on Matrix at [chat.mozilla.org#mdn](https://chat.mozilla.org/#/room/#mdn:mozilla.org)!

The definitive description of the format used to represent individual features and browsers is the [schema definitions](schemas/).
The definitive description of the format used to represent individual features and browsers is the [schema definitions](./schemas/).

@@ -101,11 +101,11 @@ Apart from the explicitly documented objects below, feature-level support data may change at any time. See [_Semantic versioning policy_](#Semantic-versioning-policy) for details.

### [`api`](api)
### [`api`](./api)
Data for [Web API](https://developer.mozilla.org/en-US/docs/Web/API) features.
### [`browsers`](browsers)
### [`browsers`](./browsers)
Data for browsers and JavaScript runtimes. See the [browser schema](schemas/browsers-schema.md) for details.
Data for browsers and JavaScript runtimes. See the [browser schema](./schemas/browsers-schema.md) for details.
### [`css`](css)
### [`css`](./css)

@@ -135,3 +135,3 @@ Data for [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) features, including:

### [`javascript`](javascript)
### [`javascript`](./javascript)

@@ -147,3 +147,3 @@ Data for JavaScript language features, including:

### [`mathml`](mathml)
### [`mathml`](./mathml)

@@ -154,3 +154,3 @@ Data for [MathML](https://developer.mozilla.org/en-US/docs/Web/MathML) features, including:

### [`svg`](svg)
### [`svg`](./svg)

@@ -162,11 +162,11 @@ Data for [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG) features, including:

### [`webassembly`](webassembly)
### [`webassembly`](./webassembly)
Data for [WebAssembly](https://developer.mozilla.org/docs/WebAssembly) features.
### [`webdriver`](webdriver)
### [`webdriver`](./webdriver)
Data for [WebDriver](https://developer.mozilla.org/en-US/docs/Web/WebDriver) features.
### [`webextensions`](webextensions)
### [`webextensions`](./webextensions)

@@ -196,3 +196,3 @@ Data for [WebExtensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) features, including:

Thank you for your interest in contributing to this project! See [Contributing to browser-compat-data](/docs/contributing.md) for more information.
Thank you for your interest in contributing to this project! See [Contributing to browser-compat-data](./docs/contributing.md) for more information.

@@ -199,0 +199,0 @@ ## Projects using the data

@@ -188,2 +188,6 @@ /* This file is a part of @mdn/browser-compat-data

/**
* A string, indicating the last browser version that supported this feature, or the value true, indicating that the feature was removed in an unknown version. This is automatically generated.
*/
version_last?: VersionValue;
/**
* A prefix to add to the sub-feature name (defaults to empty string). If applicable, leading and trailing '-' must be included.

@@ -190,0 +194,0 @@ */

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