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.20211213.1 to 2.0.0-dev.20211213.2

6

package.json
{
"name": "@markuplint/html-spec",
"version": "2.0.0-dev.20211213.1",
"version": "2.0.0-dev.20211213.2",
"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.0.0-dev.20211213.1"
"@markuplint/ml-spec": "2.0.0-dev.20211213.2"
},
"gitHead": "862b6312e54dc2cedc551ba86d10027adc25d3a5"
"gitHead": "f94cbc11593ae7b65fab01272f91df9defc4413b"
}

@@ -51,2 +51,3 @@ {

"self": [
":not([type])",
"[type='hidden' i]",

@@ -80,3 +81,3 @@ "[type='text' i]",

"condition": {
"self": ["[type='text' i]", "[type='search' i]"]
"self": [":not([type])", "[type='text' i]", "[type='search' i]"]
}

@@ -96,2 +97,3 @@ },

"self": [
":not([type])",
"[type='text' i]",

@@ -133,2 +135,3 @@ "[type='search' i]",

"self": [
":not([type])",
"[type='text' i]",

@@ -163,2 +166,3 @@ "[type='search' i]",

"self": [
":not([type])",
"[type='text' i]",

@@ -185,2 +189,3 @@ "[type='search' i]",

"self": [
":not([type])",
"[type='text' i]",

@@ -200,2 +205,3 @@ "[type='search' i]",

"self": [
":not([type])",
"[type='text' i]",

@@ -215,2 +221,3 @@ "[type='search' i]",

"self": [
":not([type])",
"[type='text' i]",

@@ -235,2 +242,3 @@ "[type='search' i]",

"self": [
":not([type])",
"[type='text' i]",

@@ -262,2 +270,3 @@ "[type='search' i]",

"self": [
":not([type])",
"[type='text' i]",

@@ -264,0 +273,0 @@ "[type='search' i]",

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