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
217
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.284 to 2.11.286

4

package.json
{
"name": "@symbo.ls/atoms",
"version": "2.11.284",
"version": "2.11.286",
"main": "index.js",
"license": "MIT",
"gitHead": "ce9854b8d9a5c8782740df60f3c961838e373c85",
"gitHead": "d7062ed1b23fce24bb40c770d8a5e69fe8c36551",
"dependencies": {

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

@@ -33,2 +33,4 @@ 'use strict'

textAlign: ({ props }) => !isUndefined(props.textAlign) && ({ textAlign: props.textAlign }),
writingMode: ({ props }) => !isUndefined(props.writingMode) && ({ writingMode: props.writingMode }),
textOrientation: ({ props }) => !isUndefined(props.textOrientation) && ({ textOrientation: props.textOrientation }),
fontWeight: ({ props }) => !isUndefined(props.fontWeight) && ({

@@ -35,0 +37,0 @@ fontWeight: props.fontWeight,

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