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

@symbo.ls/atoms

Package Overview
Dependencies
Maintainers
6
Versions
216
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.345 to 2.11.346

7

Collection.js

@@ -12,4 +12,7 @@ 'use strict'

if (hasChildren) param = el.props?.children
else if (!param) return
if (hasChildren) {
param = el.props?.children
const childrenAs = el.props?.childrenAs
if (childrenAs) param = param.map(v => ({ [childrenAs]: v }))
} else if (!param) return

@@ -16,0 +19,0 @@ if (isString(param)) {

{
"name": "@symbo.ls/atoms",
"version": "2.11.345",
"version": "2.11.346",
"main": "index.js",
"license": "MIT",
"gitHead": "16dfb3da91effacbd9aa6c6f7e0a6d222c54e83d",
"gitHead": "69805f4092a5b502348c2587845b47f5e66495f8",
"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