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.307 to 2.11.309

1

Block.js

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

padding: ({ props, deps }) => deps.transformSizeRatio('padding', props),
scrollPadding: ({ props, deps }) => deps.transformSizeRatio('scrollPadding', props),
paddingInline: ({ props, deps }) => {

@@ -82,0 +83,0 @@ if (typeof props.paddingInline !== 'string') return

6

Collection.js

@@ -20,4 +20,2 @@ 'use strict'

if (isObjectLike(param)) param = deepClone(param)
if (ref.__collectionCache) {

@@ -29,7 +27,7 @@ const equals = JSON.stringify(param) === JSON.stringify(ref.__collectionCache)

} else {
ref.__collectionCache = param
ref.__collectionCache = deepClone(param)
delete ref.__noCollectionDifference
}
} else {
ref.__collectionCache = param
ref.__collectionCache = deepClone(param)
}

@@ -36,0 +34,0 @@

{
"name": "@symbo.ls/atoms",
"version": "2.11.307",
"version": "2.11.309",
"main": "index.js",
"license": "MIT",
"gitHead": "5b37a6c7593d3dc926584b7fd583b4a695f6487a",
"gitHead": "22c3a3069fd57b6d539d661564f1ea9719a7f7cf",
"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