Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on Mar 1, 2024 via pnpm

mdn-data 2.1.0

Open Web data by the Mozilla Developer Network
Package summary
Share
1
issue
1
low severity
license
1
1
license
1
CC0-1.0
Package created
22 Jun 2017
Version published
29 Aug 2023
Maintainers
7
Total deps
1
Direct deps
0
License
CC0-1.0

Issues

1

1 low severity issue

low
Recommendation: Read and validate the license terms
via: mdn-data@2.1.0
Collapse
Expand

Licenses

Creative Commons Zero v1.0 Universal

Public Domain
Not OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
Cannot
Must
1 Packages, Including:
mdn-data@2.1.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

0
All Dependencies CSV
β“˜ This is a list of mdn-data 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does mdn-data do?

MDN-Data is an open Web data package provided by the Mozilla Developer Network (MDN). It serves as a repository that contains general data associated with Web technologies. This data is used to build MDN Web Docs' information boxes and sidebar navigation. Moreover, the contents of MDN-Data are also utilized by external tools like the CSSTree CSS parser. Categories covered in this package include data about Web APIs, CSS properties, functions, selectors, syntaxes and more, along with API inheritance and localization strings.

How do you use mdn-data?

To use the mdn-data package, you would typically require it in your JavaScript application after installation. However, note that MDN is in the process of deprecating the mdn/data package in favor of w3c/webref. Therefore, you should consider this before incorporating it into a new project.

An example usage could be as follows:

const mdnData = require('mdn-data');
console.log(mdnData.css.properties.color);

This would log the data for the 'color' CSS property.

Where are the mdn-data docs?

The mdn-data repository's official documentation is located within the repository itself on Github. The documentation can be accessed on the following URL: git+https://github.com/mdn/data.git. Here, you can find specific README files for different parts of the data package, like the CSS data, which further break down their respective content. API data, CSS data and localization data each have their own dedicated sections and JSON files within the repository.