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

@markuplint/ml-spec

Package Overview
Dependencies
Maintainers
1
Versions
146
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 4.2.0 to 4.2.1-dev.1

3

lib/dom-traverse/get-implicit-role.d.ts

@@ -0,3 +1,4 @@

import type { ImplicitRole } from '../types/aria.js';
import type { ARIAVersion, ComputedRole, MLMLSpec } from '../types/index.js';
export declare function getImplicitRole(specs: MLMLSpec, el: Element, version: ARIAVersion): ComputedRole;
export declare function getImplicitRoleName(el: Element, version: ARIAVersion, specs: MLMLSpec): import("packages/@markuplint/ml-spec/src/index.js").ImplicitRole;
export declare function getImplicitRoleName(el: Element, version: ARIAVersion, specs: MLMLSpec): ImplicitRole;
{
"name": "@markuplint/ml-spec",
"version": "4.2.0",
"version": "4.2.1-dev.1+98cb4470a",
"description": "Types and schema that specs of the Markup languages for markuplint",

@@ -35,4 +35,4 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-ast": "4.1.0",
"@markuplint/types": "4.1.0",
"@markuplint/ml-ast": "4.1.1-dev.1+98cb4470a",
"@markuplint/types": "4.1.1-dev.1+98cb4470a",
"dom-accessibility-api": "0.6.3",

@@ -46,3 +46,3 @@ "is-plain-object": "5.0.0",

},
"gitHead": "fe251a0257345255ee887dd2302b889ac32a22a5"
"gitHead": "98cb4470ad994275f52b0c3919f8d27dda8c38bc"
}
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