New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@symbo.ls/hgroup

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/hgroup - npm Package Compare versions

Comparing version 2.11.270 to 2.11.304

18

index.js
'use strict'
import { Flex } from '@symbo.ls/atoms'
export const Hgroup = {
extend: Flex,
extend: 'Flex',
tag: 'hgroup',

@@ -26,5 +24,4 @@

Title: {
extend: Flex,
if: ({ parent }) => parent.props.title,
props: ({ scope, parent }) => ({
extend: 'Flex',
props: ({ parent }) => ({
text: parent.props.title,

@@ -36,5 +33,4 @@ lineHeight: '1em'

Paragraph: {
extend: Flex,
if: ({ parent }) => parent.props.paragraph,
props: ({ scope, parent }) => ({
extend: 'Flex',
props: ({ parent }) => ({
text: parent.props.paragraph,

@@ -50,3 +46,3 @@ margin: '0'

Title: {
extend: Flex,
extend: 'Flex',
props: { color: 'title', align: 'center space-between' }

@@ -56,3 +52,3 @@ },

Paragraph: {
extend: Flex,
extend: 'Flex',
props: { color: 'paragraph', align: 'center space-between' }

@@ -59,0 +55,0 @@ }

{
"name": "@symbo.ls/hgroup",
"version": "2.11.270",
"version": "2.11.304",
"main": "index.js",
"license": "MIT",
"gitHead": "4694cb8cc07ed7dd10624ad23e3ea5de7f45881a",
"gitHead": "7844f8284253f6a9b992109e1af842910c20e806",
"dependencies": {

@@ -8,0 +8,0 @@ "@symbo.ls/atoms": "latest"

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