@mdn/browser-compat-data 5.3.30 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/data.json +1 -1
- package/package.json +1 -1
- package/types.d.ts +6 -0
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ const support = bcd['api']['Document']['body']['__compat'];
|
|
|
81
81
|
|
|
82
82
|
## Package contents
|
|
83
83
|
|
|
84
|
-
The `@mdn/browser-compat-data` package contains a tree of objects, with support and browser data objects at their leaves. There are over
|
|
84
|
+
The `@mdn/browser-compat-data` package contains a tree of objects, with support and browser data objects at their leaves. There are over 15,000 features in the dataset; this documentation highlights significant portions, but many others exist at various levels of the tree.
|
|
85
85
|
|
|
86
86
|
The definitive description of the format used to represent individual features and browsers is the [schema definitions](schemas/).
|
|
87
87
|
|
|
@@ -200,7 +200,6 @@ Here are some projects using the data, as an [npm module](https://www.npmjs.com/
|
|
|
200
200
|
- [Visual Studio Code](https://code.visualstudio.com) - Shows the compatibility information in [the code completion popup](https://code.visualstudio.com/updates/v1_25#_improved-accuracy-of-browser-compatibility-data).
|
|
201
201
|
- [webhint.io](https://webhint.io/docs/user-guide/hints/hint-compat-api/) - Hints to check if your CSS HTML and JavaScript have deprecated or not broadly supported features.
|
|
202
202
|
- [WebStorm](https://www.jetbrains.com/webstorm/whatsnew/#v2019-1-html-and-css) - JavaScript IDE allowing you to check whether all CSS properties you use are supported in the target browser version.
|
|
203
|
-
- [Hexo Plugin: hexo-compat-report](https://github.com/TimDaub/hexo-compat-report) - Allows to embed MDN's compatibility table in a hexo blog post.
|
|
204
203
|
|
|
205
204
|
## Acknowledgments
|
|
206
205
|
|