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

@slate-serializers/utilities

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slate-serializers/utilities - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

10

package.json
{
"name": "@slate-serializers/utilities",
"version": "2.1.0",
"version": "2.1.1",
"type": "commonjs",
"dependencies": {
"postcss": "^8.4.24",
"postcss-js": "^4.0.1",
"tslib": "2.5.0"
},
"main": "./src/index.js",
"types": "./src/index.d.ts"
"main": "./src/index.js"
}

114

src/lib/blocks.js

@@ -7,59 +7,59 @@ "use strict";

const blocks = [
'address',
'article',
'aside',
'blockquote',
'body',
'br',
'caption',
'center',
'col',
'colgroup',
'dd',
'dialog',
'dir',
'div',
'dl',
'dt',
'figcaption',
'figure',
'footer',
'form',
'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
'head',
'header',
'hgroup',
'hr',
'html',
'legend',
'li',
'li',
'listing',
'main',
'menu',
'nav',
'ol',
'optgroup',
'option',
'p',
'plaintext',
'pre',
'section',
'summary',
'table',
'tbody',
'td',
'td',
'tfoot',
'th',
'th',
'thead',
'tr',
'ul',
'wbr',
'address', // Flow content.
'article', // Sections and headings.
'aside', // Sections and headings.
'blockquote', // Flow content.
'body', // Page.
'br', // Contribute whitespace intrinsically.
'caption', // Similar to block.
'center', // Flow content, legacy.
'col', // Similar to block.
'colgroup', // Similar to block.
'dd', // Lists.
'dialog', // Flow content.
'dir', // Lists, legacy.
'div', // Flow content.
'dl', // Lists.
'dt', // Lists.
'figcaption', // Flow content.
'figure', // Flow content.
'footer', // Flow content.
'form', // Flow content.
'h1', // Sections and headings.
'h2', // Sections and headings.
'h3', // Sections and headings.
'h4', // Sections and headings.
'h5', // Sections and headings.
'h6', // Sections and headings.
'head', // Page.
'header', // Flow content.
'hgroup', // Sections and headings.
'hr', // Flow content.
'html', // Page.
'legend', // Flow content.
'li', // Block-like.
'li', // Similar to block.
'listing', // Flow content, legacy
'main', // Flow content.
'menu', // Lists.
'nav', // Sections and headings.
'ol', // Lists.
'optgroup', // Similar to block.
'option', // Similar to block.
'p', // Flow content.
'plaintext', // Flow content, legacy
'pre', // Flow content.
'section', // Sections and headings.
'summary', // Similar to block.
'table', // Similar to block.
'tbody', // Similar to block.
'td', // Block-like.
'td', // Similar to block.
'tfoot', // Similar to block.
'th', // Block-like.
'th', // Similar to block.
'thead', // Similar to block.
'tr', // Similar to block.
'ul', // Lists.
'wbr', // Contribute whitespace intrinsically.
'xmp', // Flow content, legacy

@@ -66,0 +66,0 @@ ];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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