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.113 to 2.11.114

12

Block.js

@@ -174,4 +174,14 @@ 'use strict'

props: {
boxSize: 'C1',
size: 'C1'
},
class: {
size: ({ props }) => {
if (typeof props.size !== 'string') return
const [height, width] = props.size.split(' ')
return {
...getSpacingByKey(height, 'height'),
...getSpacingByKey(width || height, 'width')
}
}
}
}

4

package.json
{
"name": "@symbo.ls/atoms",
"version": "2.11.113",
"version": "2.11.114",
"main": "index.js",
"license": "MIT",
"gitHead": "ef2a0c3b693bcbedc6555d95694f4c50e67c0fdb",
"gitHead": "9d866c6f842526ba2090e0b09c9178de6fec41a9",
"dependencies": {

@@ -8,0 +8,0 @@ "@domql/state": "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