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.214 to 2.11.215

4

Collection.js

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

props: {
childProps: el.props.childProps
childProps: el.props && el.props.childProps
}

@@ -83,3 +83,3 @@ }

props: {
childProps: el.props.childProps
childProps: el.props && el.props.childProps
}

@@ -86,0 +86,0 @@ }

{
"name": "@symbo.ls/atoms",
"version": "2.11.214",
"version": "2.11.215",
"main": "index.js",
"license": "MIT",
"gitHead": "707d4101f2b259c80be5c1ad095ca1c0ea6ef35d",
"gitHead": "1dc01c98b5717566aaee3155b73829e428d51055",
"dependencies": {

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

@@ -130,2 +130,6 @@ 'use strict'

backdropFilter: ({ props, deps }) => !isUndefined(props.backdropFilter) && ({
backdropFilter: props.backdropFilter
}),
opacity: ({ props }) => !isUndefined(props.opacity) && ({

@@ -132,0 +136,0 @@ opacity: props.opacity

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