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

@symbo.ls/atoms

Package Overview
Dependencies
Maintainers
8
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/atoms - npm Package Compare versions

Comparing version 2.11.31 to 2.11.36

4

package.json
{
"name": "@symbo.ls/atoms",
"version": "2.11.31",
"version": "2.11.36",
"main": "index.js",
"license": "MIT",
"gitHead": "d16936000a46a27c7ff20863f6dd41663b4dccf6",
"gitHead": "dcbcb0c3da036cfdb2fa14632c7dd32f8041af2a",
"dependencies": {

@@ -8,0 +8,0 @@ "@domql/state": "latest",

@@ -41,1 +41,16 @@ 'use strict'

export const Italic = { tag: 'i' }
export const Headline = {
tag: 'h6',
props: { fontSize: 'B', fontWeight: 500 }
}
export const Subhead = {
tag: 'span',
props: { fontSize: 'Z1' }
}
export const Footnote = {
tag: 'span',
props: { fontSize: 'Z' }
}
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