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.7.0 to 2.8.0

6

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

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

"dependencies": {
"@markuplint/ml-spec": "2.1.0"
"@markuplint/ml-spec": "2.1.1"
},
"gitHead": "0c774ce046ebc8a9c494e9884a4bfcd72a66250d"
"gitHead": "c28258b756d8c42890698e26c03cdc02c6833489"
}

@@ -10,6 +10,18 @@ {

{
"oneOrMore": ["h1", "h2", "h3", "h4", "h5", "h6"]
"zeroOrMore": "p"
},
{
"zeroOrMore": "#script-supporting"
},
{
"require": ["h1", "h2", "h3", "h4", "h5", "h6"]
},
{
"zeroOrMore": "#script-supporting"
},
{
"zeroOrMore": "p"
},
{
"zeroOrMore": "#script-supporting"
}

@@ -16,0 +28,0 @@ ]

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