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

@markuplint/ml-spec

Package Overview
Dependencies
Maintainers
0
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-spec - npm Package Compare versions

Comparing version

to
4.9.5

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [4.9.5](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.9.4...@markuplint/ml-spec@4.9.5) (2025-03-09)
**Note:** Version bump only for package @markuplint/ml-spec
## [4.9.4](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.9.3...@markuplint/ml-spec@4.9.4) (2025-02-27)

@@ -8,0 +12,0 @@

2

lib/dom-traverse/get-spec.d.ts
import type { ElementSpec } from '../types/index.js';
export declare function getSpec<K extends keyof ElementSpec>(el: Element, specs: readonly Pick<ElementSpec, 'name' | K>[]): Pick<ElementSpec, K | "name"> | null;
export declare function getSpec<K extends keyof ElementSpec>(el: Element, specs: readonly Pick<ElementSpec, 'name' | K>[]): Pick<ElementSpec, "name" | K> | null;
{
"name": "@markuplint/ml-spec",
"version": "4.9.4",
"version": "4.9.5",
"description": "Types and schema that specs of the Markup languages for markuplint",

@@ -36,12 +36,12 @@ "repository": "git@github.com:markuplint/markuplint.git",

"@markuplint/ml-ast": "4.4.9",
"@markuplint/types": "4.7.4",
"@markuplint/types": "4.7.5",
"dom-accessibility-api": "0.7.0",
"is-plain-object": "5.0.0",
"type-fest": "4.35.0"
"type-fest": "4.37.0"
},
"devDependencies": {
"@markuplint/test-tools": "4.5.17",
"@markuplint/test-tools": "4.5.18",
"json-schema-to-typescript": "15.0.4"
},
"gitHead": "1b71e44a0a372662abca460ef77888053b66a78d"
"gitHead": "04924b5471e60820d28c1f48c2f09a537a1e9825"
}