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 1.0.1 to 1.1.0

14

package.json
{
"name": "@markuplint/html-spec",
"version": "1.0.1",
"version": "1.1.0",
"description": "A specification of HTML Living Standard for markuplint",

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

"devDependencies": {
"@types/cheerio": "^0.22.18",
"@types/cli-progress": "^3.7.0",
"@types/cheerio": "^0.22.22",
"@types/cli-progress": "^3.8.0",
"@types/node-fetch": "^2.5.7",
"cheerio": "^1.0.0-rc.3",
"cli-progress": "^3.8.2",
"fast-xml-parser": "^3.17.2",
"node-fetch": "^2.6.0"
"fast-xml-parser": "^3.17.4",
"node-fetch": "^2.6.1"
},
"dependencies": {
"@markuplint/ml-spec": "^1.0.0-alpha.11"
"@markuplint/ml-spec": "^1.0.0"
},
"gitHead": "cdef2d3cf1957cb8f0cd8506b022c363e24f760f"
"gitHead": "a7fbdff7d01567d5a184e440a6f12f66f710fb54"
}

@@ -59,7 +59,2 @@ {

{
"name": "importance",
"type": "String",
"enum": ["auto", "high", "low"]
},
{
"name": "loading",

@@ -66,0 +61,0 @@ "type": "String",

@@ -23,7 +23,2 @@ {

{
"name": "importance",
"type": "String",
"enum": ["auto", "high", "low"]
},
{
"name": "ismap",

@@ -30,0 +25,0 @@ "type": "Boolean",

@@ -68,12 +68,4 @@ {

}
},
{
"name": "importance",
"type": "String",
"enum": ["auto", "high", "low"],
"condition": {
"self": ["[rel=preload]", "[rel=prefetch]"]
}
}
]
}

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