New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/ml-core

Package Overview
Dependencies
Maintainers
1
Versions
205
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

to
3.0.0-alpha.2

4

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

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

/**
* @implements `@markuplint/ml-core` API: `MLElement`
*/
isEmpty(): boolean;
/**
* @implements DOM API: `Element`

@@ -1686,0 +1690,0 @@ * @see https://dom.spec.whatwg.org/#ref-for-dom-element-matches%E2%91%A0

20

package.json
{
"name": "@markuplint/ml-core",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "The core module of markuplint",

@@ -20,9 +20,9 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/config-presets": "3.0.0-alpha.1",
"@markuplint/i18n": "3.0.0-alpha.1",
"@markuplint/ml-ast": "3.0.0-alpha.1",
"@markuplint/ml-config": "3.0.0-alpha.1",
"@markuplint/ml-spec": "3.0.0-alpha.1",
"@markuplint/parser-utils": "3.0.0-alpha.1",
"@markuplint/selector": "3.0.0-alpha.1",
"@markuplint/config-presets": "3.0.0-alpha.2",
"@markuplint/i18n": "3.0.0-alpha.2",
"@markuplint/ml-ast": "3.0.0-alpha.2",
"@markuplint/ml-config": "3.0.0-alpha.2",
"@markuplint/ml-spec": "3.0.0-alpha.2",
"@markuplint/parser-utils": "3.0.0-alpha.2",
"@markuplint/selector": "3.0.0-alpha.2",
"debug": "^4.3.4",

@@ -33,6 +33,6 @@ "postcss-selector-parser": "^6.0.10",

"devDependencies": {
"@markuplint/html-parser": "3.0.0-alpha.1",
"@markuplint/html-parser": "3.0.0-alpha.2",
"@types/debug": "^4.1.7"
},
"gitHead": "56de89456146a06777eb5b6d4e8ba456147dd18b"
"gitHead": "830bf8187b81bf5ca2f5f09b6f85a98395a58bdb"
}

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

Sorry, the diff of this file is not supported yet