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

@markuplint/html-spec

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/html-spec - npm Package Compare versions

Comparing version 2.0.0-dev.26 to 2.0.0-dev.2021117.0

6

package.json
{
"name": "@markuplint/html-spec",
"version": "2.0.0-dev.26+6a10aede",
"version": "2.0.0-dev.2021117.0",
"description": "A specification of HTML Living Standard for markuplint",

@@ -27,5 +27,5 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-spec": "^2.0.0-dev.26+6a10aede"
"@markuplint/ml-spec": "2.0.0-dev.20211115.0"
},
"gitHead": "6a10aede7385e2e97d0ba2c272a2e8c08e5429fd"
"gitHead": "b872c1ffbb2a6a05209ac48d851eb8c2e21b5830"
}

@@ -6,3 +6,3 @@ {

{
"condition": ":closest(table[role=table], table[role=grid], table[role=treegrid])",
"condition": ":closest(table, table[role=table], table[role=grid], table[role=treegrid])",
"roles": false

@@ -13,5 +13,9 @@ }

"implicitRole": {
"role": "cell",
"role": false,
"conditions": [
{
"condition": ":closest(table, table[role=table])",
"role": "cell"
},
{
"condition": ":closest(table[role=grid], table[role=treegrid])",

@@ -18,0 +22,0 @@ "role": "gridcell"

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