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
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.304 to 2.11.305

6

Collection.js

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

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

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

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

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

{
"name": "@symbo.ls/atoms",
"version": "2.11.304",
"version": "2.11.305",
"main": "index.js",
"license": "MIT",
"gitHead": "7844f8284253f6a9b992109e1af842910c20e806",
"gitHead": "14569e713ad6d47a3be207df9f23dc0338a2d562",
"dependencies": {

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

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

width: 'inherit',
ignoreChildExtend: true,
height: 'inherit',

@@ -31,0 +32,0 @@ src: props.src

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