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

@symbo.ls/atoms

Package Overview
Dependencies
Maintainers
0
Versions
218
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.423 to 2.11.424

4

package.json
{
"name": "@symbo.ls/atoms",
"version": "2.11.423",
"version": "2.11.424",
"main": "index.js",
"license": "MIT",
"gitHead": "1026d12cce4794bf91324f62f9f8eb4c6e07952a",
"gitHead": "3708811dd9976df392626400dd5560e1b11237b1",
"dependencies": {

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

@@ -10,6 +10,6 @@ 'use strict'

position: ({ props }) => props.position && ({ position: props.position }),
inset: ({ props, deps }) => {
inset: ({ props, deps, context }) => {
const { inset } = props
if (typeof inset !== 'number') return ({ inset })
if (typeof inset !== 'string') return
if (context.utils.isNumber(inset)) return ({ inset })
if (!context.utils.isString(inset)) return
return { inset: inset.split(' ').map(v => deps.getSpacingByKey(v, 'k').k).join(' ') }

@@ -16,0 +16,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