@symbo.ls/atoms
Advanced tools
Comparing version 2.11.467 to 2.11.468
@@ -17,3 +17,3 @@ 'use strict' | ||
} else if (isObject(childrenExec)) { | ||
param = deepCloneWithExtend(childrenExec) | ||
param = deepCloneWithExtend(childrenExec.$$typeof ? { key: childrenExec.key, props: childrenExec.props } : childrenExec) | ||
param = Object.keys(param).map(v => { | ||
@@ -20,0 +20,0 @@ const val = param[v] |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.467", | ||
"version": "2.11.468", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "9939ac3ac62d76a4ed14590c78b0a74dc66f5c93", | ||
"gitHead": "93bddb8a979a3011306a7f7eec437d95b4455554", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "^2.5.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66621