@markuplint/parser-utils
Advanced tools
Comparing version 3.0.0-dev.54 to 3.0.0-dev.95
@@ -400,2 +400,18 @@ "use strict"; | ||
zoomAndPan: 'zoomAndPan', | ||
/** | ||
* PerformanceElementTiming API | ||
* | ||
* @experimental | ||
* @see https://wicg.github.io/element-timing/#sec-modifications-DOM | ||
* @see https://wicg.github.io/element-timing/#sec-elements-exposed | ||
*/ | ||
elementTiming: 'elementtiming', | ||
/** | ||
* IFrame credentialless | ||
* | ||
* @experimental | ||
* @warning No specification found | ||
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/credentialless | ||
*/ | ||
credentialless: 'credentialless', | ||
}; | ||
@@ -402,0 +418,0 @@ const list = Object.entries(idlContentMap); |
{ | ||
"name": "@markuplint/parser-utils", | ||
"version": "3.0.0-dev.54+329808d5", | ||
"version": "3.0.0-dev.95+599674b1", | ||
"description": "Utility module for markuplint parser plugin", | ||
@@ -14,2 +14,5 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
}, | ||
"scripts": { | ||
@@ -23,4 +26,4 @@ "build": "tsc", | ||
"dependencies": { | ||
"@markuplint/ml-ast": "3.0.0-dev.54+329808d5", | ||
"@markuplint/types": "3.0.0-dev.54+329808d5", | ||
"@markuplint/ml-ast": "3.0.0-dev.95+599674b1", | ||
"@markuplint/types": "3.0.0-dev.95+599674b1", | ||
"tslib": "^2.4.1", | ||
@@ -32,3 +35,3 @@ "uuid": "^9.0.0" | ||
}, | ||
"gitHead": "329808d50ff8875e24031f692a0504d00b72c4f8" | ||
"gitHead": "599674b17e532b5700e63c741217aba826e30feb" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
40407
1165