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

@symbo.ls/atoms

Package Overview
Dependencies
Maintainers
5
Versions
217
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.325 to 2.11.331

8

Block.js
'use strict'
import { isUndefined } from '@domql/utils'
import { isUndefined, isString } from '@domql/utils'

@@ -74,3 +74,3 @@ import {

...deps.transformSize('minHeight', minHeight),
...deps.transformSize('minHeight', minWidth || minHeight)
...deps.transformSize('minWidth', minWidth || minHeight)
}

@@ -84,3 +84,3 @@ },

...deps.transformSize('maxHeight', maxHeight),
...deps.transformSize('maxHeight', maxWidth || maxHeight)
...deps.transformSize('maxWidth', maxWidth || maxHeight)
}

@@ -110,3 +110,3 @@ },

paddingBlock: ({ props, deps }) => {
if (typeof props.paddingBlock !== 'string') return
if (isString(props.paddingBlock)) return
const [paddingBlockStart, paddingBlockEnd] = props.paddingBlock.split(' ')

@@ -113,0 +113,0 @@ return {

@@ -9,4 +9,8 @@ 'use strict'

$collection: (param, el, state) => {
if (!param) return
const { __ref: ref } = el
const children = isArray(el.props?.children)
if (children) param = children
else if (!param) return
if (isString(param)) {

@@ -19,3 +23,2 @@ if (param === 'state') param = state.parse()

const { __ref: ref } = el
param = deepClone(param)

@@ -22,0 +25,0 @@

{
"name": "@symbo.ls/atoms",
"version": "2.11.325",
"version": "2.11.331",
"main": "index.js",
"license": "MIT",
"gitHead": "0ac8322ab9267498fbdcde2ade499be5e79b0478",
"gitHead": "c1ce82619a9c90dcb12862a1cef1d7fc10b8718b",
"dependencies": {

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

@@ -146,3 +146,3 @@ 'use strict'

return ({
boxShadow: deps.transformShadow(props.backgroundImage, globalTheme)
boxShadow: deps.transformShadow(props.shadow, globalTheme)
})

@@ -149,0 +149,0 @@ },

@@ -8,2 +8,3 @@ 'use strict'

} from '@symbo.ls/scratch'
import { isUndefined } from 'smbls'

@@ -10,0 +11,0 @@

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