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

@symbo.ls/user

Package Overview
Dependencies
Maintainers
8
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/user - npm Package Compare versions

Comparing version 2.11.136 to 2.11.137

30

index.js
'use strict'
import { Flex } from '@symbo.ls/atoms'
import { AvatarWithIndicator } from '@symbo.ls/avatar'
import { InfoSet } from '../InfoSet'
export const User = {}
export const User = {
extend: Flex,
image: { extend: AvatarWithIndicator },
infos: {
extend: InfoSet,
...[
{
title: { props: { text: 'Erin Schleifer' } },
subTitle: { caption: { props: { text: 'email@symbols.com' } } }
}
]
},
props: {
boxSize: 'fit-content',
align: 'center flex-start',
gap: 'A',
infos: {
childProps: {
flow: 'column',
subTitle: { caption: { whiteSpace: 'nowrap' } }
}
}
}
}

10

package.json
{
"name": "@symbo.ls/user",
"version": "2.11.136",
"version": "2.11.137",
"main": "index.js",
"license": "MIT",
"gitHead": "cd2d2fe78dfabf830770c304d16552f39f1136a4",
"source": "index.js"
"gitHead": "5045b599466b123739117f17f1585deb008d7622",
"dependencies": {
"@symbo.ls/atoms": "latest",
"@symbo.ls/utils": "latest"
},
"source": "src/index.js"
}
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