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

@markuplint/parser-utils

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/parser-utils - npm Package Compare versions

Comparing version 3.0.0-dev.54 to 3.0.0-dev.95

16

lib/idl-attributes.js

@@ -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);

11

package.json
{
"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"
}
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