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.212 to 2.11.214

4

package.json
{
"name": "@symbo.ls/atoms",
"version": "2.11.212",
"version": "2.11.214",
"main": "index.js",
"license": "MIT",
"gitHead": "12914eac8527ac1df36183098bbf3dfcfaa2e027",
"gitHead": "707d4101f2b259c80be5c1ad095ca1c0ea6ef35d",
"dependencies": {

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

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

const rootState = state && state.__root
return rootState ? rootState.globalTheme : context.designSystem && context.designSystem.globalTheme
return rootState && rootState.globalTheme ? rootState.globalTheme : context.designSystem && context.designSystem.globalTheme
}

@@ -20,0 +20,0 @@

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