Socket
Socket
Sign inDemoInstall

@tamagui/web

Package Overview
Dependencies
Maintainers
2
Versions
799
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/web - npm Package Compare versions

Comparing version 1.20.3 to 1.20.4

18

package.json
{
"name": "@tamagui/web",
"version": "1.20.3",
"version": "1.20.4",
"source": "src/index.ts",

@@ -30,9 +30,9 @@ "main": "dist/cjs",

"dependencies": {
"@tamagui/compose-refs": "1.20.3",
"@tamagui/constants": "1.20.3",
"@tamagui/helpers": "1.20.3",
"@tamagui/normalize-css-color": "1.20.3",
"@tamagui/use-did-finish-ssr": "1.20.3",
"@tamagui/use-event": "1.20.3",
"@tamagui/use-force-update": "1.20.3"
"@tamagui/compose-refs": "1.20.4",
"@tamagui/constants": "1.20.4",
"@tamagui/helpers": "1.20.4",
"@tamagui/normalize-css-color": "1.20.4",
"@tamagui/use-did-finish-ssr": "1.20.4",
"@tamagui/use-event": "1.20.4",
"@tamagui/use-force-update": "1.20.4"
},

@@ -43,3 +43,3 @@ "peerDependencies": {

"devDependencies": {
"@tamagui/build": "1.20.3",
"@tamagui/build": "1.20.4",
"@testing-library/react": "^13.4.0",

@@ -46,0 +46,0 @@ "csstype": "^3.0.10",

@@ -249,3 +249,3 @@ import { isRSC, isWeb } from '@tamagui/constants'

if (process.env.DEBUG?.startsWith('tamagui')) {
// eslint-disable-next-line no-console
// rome-ignore lint/nursery/noConsoleLog: ok
console.log('Tamagui config:', config)

@@ -252,0 +252,0 @@ }

@@ -188,3 +188,2 @@ import { isAndroid, isWeb } from '@tamagui/constants'

const name = staticConfig.componentName || '[UnnamedComponent]'
// eslint-disable-next-line no-console
console.warn(

@@ -269,3 +268,3 @@ `No variant found: ${name} has variant "${key}", but no matching value "${value}"`

if (process.env.NODE_ENV === 'development') {
// eslint-disable-next-line no-console
// rome-ignore lint/nursery/noConsoleLog: ok
console.log('[tamagui] should map back', input)

@@ -396,3 +395,2 @@ }

if (res[fKey]?.[0] === '$') {
// eslint-disable-next-line no-console
console.warn(`⚠️ Missing token in theme ${theme.name}:`, fKey, res[fKey], theme)

@@ -501,3 +499,3 @@ }

if (process.env.NODE_ENV === 'development' && isDevTools && debug === 'verbose') {
// eslint-disable-next-line no-console
// rome-ignore lint/nursery/noConsoleLog: ok
console.log(' ﹒ propMapper getToken', { key, valOrVar, theme, hasSet })

@@ -512,3 +510,2 @@ }

if (value && value[0] === '$') {
// eslint-disable-next-line no-console
console.warn(

@@ -521,3 +518,3 @@ `⚠️ You passed the value "${value}" to the style property "${key}", but there's no theme or token with the key "${value}". Using theme "${theme.name}".

if (isDevTools) {
// eslint-disable-next-line no-console
// rome-ignore lint/nursery/noConsoleLog: ok
console.log('Looked in:', { theme, tokensParsed, fontsParsed })

@@ -524,0 +521,0 @@ }

export function createProxy<A extends object>(target: A, handler: ProxyHandler<A>) {
if (process.env.NODE_ENV === 'development') {
if (typeof target !== 'object' || !target) {
// eslint-disable-next-line no-console
// rome-ignore lint/nursery/noConsoleLog: ok
console.warn(

@@ -6,0 +6,0 @@ 'Invalid object given for proxy:',

const empty = () => {
// eslint-disable-next-line no-console
console.warn('no-op native')

@@ -4,0 +3,0 @@ }

@@ -9,3 +9,2 @@ import { MatchMedia, MediaQueryList } from '../types.js'

if (process.env.NODE_ENV === 'development') {
// eslint-disable-next-line no-console
console.warn('warning: matchMedia implementation is not provided.')

@@ -12,0 +11,0 @@ }

@@ -112,3 +112,3 @@ /**

if (typeof res === 'number' && isNaN(res)) {
// eslint-disable-next-line no-console
// rome-ignore lint/nursery/noConsoleLog: ok
console.log('Tamagui invalid parsed value, NaN:', {

@@ -115,0 +115,0 @@ res,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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