Socket
Socket
Sign inDemoInstall

@tamagui/get-font-sized

Package Overview
Dependencies
Maintainers
1
Versions
894
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/get-font-sized - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

dist/cjs/index.js

@@ -69,3 +69,3 @@ "use strict";

function getDefaultSizeToken(font) {
if (cache.has(font)) {
if (typeof font === "object" && cache.has(font)) {
return cache.get(font);

@@ -72,0 +72,0 @@ }

@@ -46,3 +46,3 @@ import { getTokens, getVariableValue } from "@tamagui/core";

function getDefaultSizeToken(font) {
if (cache.has(font)) {
if (typeof font === "object" && cache.has(font)) {
return cache.get(font);

@@ -49,0 +49,0 @@ }

{
"name": "@tamagui/get-font-sized",
"version": "1.1.8",
"version": "1.1.9",
"types": "./types/index.d.ts",

@@ -21,7 +21,7 @@ "main": "dist/cjs",

"dependencies": {
"@tamagui/core": "^1.1.8",
"@tamagui/core": "^1.1.9",
"react": "^18.2.0"
},
"devDependencies": {
"@tamagui/build": "^1.1.8",
"@tamagui/build": "^1.1.9",
"@types/react": "^18.0.15"

@@ -28,0 +28,0 @@ },

@@ -62,3 +62,3 @@ import { getTokens, getVariableValue } from '@tamagui/core'

function getDefaultSizeToken(font: GenericFont) {
if (cache.has(font)) {
if (typeof font === 'object' && cache.has(font)) {
return cache.get(font)!

@@ -65,0 +65,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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