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 4.7.2 to 4.8.0

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

# [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.7.2...@markuplint/html-spec@4.8.0) (2024-05-28)
### Features
- **html-spec:** add the new `shadowrootserializable` attribute to the `template` element ([0ffbace](https://github.com/markuplint/markuplint/commit/0ffbace70332dfc7394bdb79c58abf1695c7fe5b))
- **html-spec:** exports JSON directly ([38489bb](https://github.com/markuplint/markuplint/commit/38489bbac006ecdfd5af6a4a55db5fb46c281202))
## [4.7.2](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.7.1...@markuplint/html-spec@4.7.2) (2024-05-12)

@@ -8,0 +15,0 @@

2

index.js

@@ -1,2 +0,2 @@

/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable no-restricted-globals, unicorn/prefer-module */

@@ -3,0 +3,0 @@ const json = require('./index.json');

{
"name": "@markuplint/html-spec",
"version": "4.7.2",
"version": "4.8.0",
"description": "A specification of HTML Living Standard for markuplint",

@@ -11,2 +11,12 @@ "repository": "git@github.com:markuplint/markuplint.git",

"types": "index.d.ts",
"exports": {
".": {
"import": {
"default": "./index.js",
"types": "./index.d.ts"
},
"require": "./index.js"
},
"./json": "./index.json"
},
"publishConfig": {

@@ -21,9 +31,9 @@ "access": "public"

"devDependencies": {
"@markuplint/spec-generator": "4.6.2",
"@markuplint/test-tools": "4.5.2"
"@markuplint/spec-generator": "4.6.3",
"@markuplint/test-tools": "4.5.3"
},
"dependencies": {
"@markuplint/ml-spec": "4.6.0"
"@markuplint/ml-spec": "4.6.1"
},
"gitHead": "ca7dc6bf40eac4f2813e492878f889eb77751a70"
"gitHead": "bf70c41b1d2497e85b73c9ecd5551eb522e6bdfc"
}

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