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

@markuplint/ml-core

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-core - npm Package Compare versions

Comparing version 3.12.0 to 3.12.1

1

lib/ml-dom/node/document.d.ts

@@ -936,2 +936,3 @@ import type { MLAttr } from './attr';

get onscroll(): ((this: GlobalEventHandlers, ev: Event) => any) | null;
get onscrollend(): ((this: GlobalEventHandlers, ev: Event) => any) | null;
/**

@@ -938,0 +939,0 @@ * **IT THROWS AN ERROR WHEN CALLING THIS.**

@@ -1168,2 +1168,3 @@ import type { MLDocument } from './document';

get onscroll(): ((this: GlobalEventHandlers, ev: Event) => any) | null;
get onscrollend(): ((this: GlobalEventHandlers, ev: Event) => any) | null;
/**

@@ -1382,2 +1383,10 @@ * **IT THROWS AN ERROR WHEN CALLING THIS.**

* @implements DOM API: `Element`
* @see https://html.spec.whatwg.org/multipage/popover.html#dom-popover
*/
get popover(): string | null;
/**
* **IT THROWS AN ERROR WHEN CALLING THIS.**
*
* @unsupported
* @implements DOM API: `Element`
* @see https://dom.spec.whatwg.org/#ref-for-dom-element-prefix%E2%91%A0

@@ -1730,2 +1739,10 @@ */

* @implements DOM API: `Element`
* @see https://html.spec.whatwg.org/multipage/popover.html#dom-hidepopover
*/
hidePopover(): void;
/**
* **IT THROWS AN ERROR WHEN CALLING THIS.**
*
* @unsupported
* @implements DOM API: `Element`
* @see https://dom.spec.whatwg.org/#dom-element-insertadjacentelement

@@ -1896,2 +1913,10 @@ */

/**
* **IT THROWS AN ERROR WHEN CALLING THIS.**
*
* @unsupported
* @implements DOM API: `Element`
* @see https://html.spec.whatwg.org/multipage/popover.html#dom-showpopover
*/
showPopover(): void;
/**
* @implements `@markuplint/ml-core` API: `MLElement`

@@ -1915,2 +1940,10 @@ */

*
* @unsupported
* @implements DOM API: `Element`
* @see https://html.spec.whatwg.org/multipage/popover.html#dom-togglepopover
*/
togglePopover(force?: boolean): void;
/**
* **IT THROWS AN ERROR WHEN CALLING THIS.**
*
* @deprecated

@@ -1917,0 +1950,0 @@ * @unsupported

22

package.json
{
"name": "@markuplint/ml-core",
"version": "3.12.0",
"version": "3.12.1",
"description": "The core module of markuplint",

@@ -26,18 +26,18 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/config-presets": "3.8.0",
"@markuplint/html-parser": "3.10.0",
"@markuplint/html-spec": "3.11.0",
"@markuplint/config-presets": "3.8.1",
"@markuplint/html-parser": "3.10.1",
"@markuplint/html-spec": "3.11.1",
"@markuplint/i18n": "3.9.0",
"@markuplint/ml-ast": "3.2.0",
"@markuplint/ml-config": "3.11.0",
"@markuplint/ml-spec": "3.11.0",
"@markuplint/parser-utils": "3.10.0",
"@markuplint/selector": "3.11.0",
"@markuplint/ml-config": "3.11.1",
"@markuplint/ml-spec": "3.11.1",
"@markuplint/parser-utils": "3.10.1",
"@markuplint/selector": "3.11.1",
"@types/debug": "^4.1.8",
"debug": "^4.3.4",
"is-plain-object": "^5.0.0",
"tslib": "^2.6.0",
"type-fest": "^3.12.0"
"tslib": "^2.6.2",
"type-fest": "^4.3.1"
},
"gitHead": "4ab20276db48a6acb29a923ea8666890ca853442"
"gitHead": "09100b8baa14dd930602daa458197322197c79c2"
}

Sorry, the diff of this file is too big to display

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