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.469 to 2.11.470

11

Collection.js

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

} else if (isObject(childrenExec)) {
param = deepCloneWithExtend(childrenExec.$$typeof ? { key: childrenExec.key, props: childrenExec.props } : childrenExec)
if (!childrenExec.$$typeof) return
param = Object.keys(param).map(v => {

@@ -23,3 +23,10 @@ const val = param[v]

})
if (childrenAs) param = param.map(v => ({ extend: childExtends, [childrenAs]: v }))
el.removeContent()
el.content = {
extend: childExtends,
props: {
childProps: el.props && el.props.childProps
}
}
return
} else if (childrenExec) {

@@ -26,0 +33,0 @@ param = [{ text: param }]

8

package.json
{
"name": "@symbo.ls/atoms",
"version": "2.11.469",
"version": "2.11.470",
"main": "index.js",
"license": "MIT",
"gitHead": "711b668d5e97cf07bdc3ecec069a89c4eddee826",
"gitHead": "726524dbb01cfa6ead1c95bd8f930a85169c70fe",
"dependencies": {
"@domql/state": "^2.5.0",
"@domql/utils": "^2.5.0",
"@symbo.ls/emotion": "^2.11.469",
"@symbo.ls/scratch": "^2.11.469"
"@symbo.ls/emotion": "^2.11.470",
"@symbo.ls/scratch": "^2.11.470"
},

@@ -13,0 +13,0 @@ "source": "src/index.js",

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