Socket
Socket
Sign inDemoInstall

@tamagui/helpers

Package Overview
Dependencies
Maintainers
1
Versions
1153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/helpers - npm Package Compare versions

Comparing version 1.104.2 to 1.105.0

2

dist/cjs/validStyleProps.js

@@ -229,2 +229,4 @@ var __defProp = Object.defineProperty;

// RN doesn't support specific border styles per-edge
transition: !0,
textWrap: !0,
backdropFilter: !0,

@@ -231,0 +233,0 @@ background: !0,

@@ -201,2 +201,4 @@ import { isAndroid } from "@tamagui/constants";

// RN doesn't support specific border styles per-edge
transition: !0,
textWrap: !0,
backdropFilter: !0,

@@ -203,0 +205,0 @@ background: !0,

8

package.json
{
"name": "@tamagui/helpers",
"version": "1.104.2",
"version": "1.105.0",
"source": "src/index.ts",

@@ -22,7 +22,7 @@ "types": "./types/index.d.ts",

"dependencies": {
"@tamagui/constants": "1.104.2",
"@tamagui/simple-hash": "1.104.2"
"@tamagui/constants": "1.105.0",
"@tamagui/simple-hash": "1.105.0"
},
"devDependencies": {
"@tamagui/build": "1.104.2"
"@tamagui/build": "1.105.0"
},

@@ -29,0 +29,0 @@ "publishConfig": {

@@ -1,2 +0,2 @@

import { isAndroid, isWeb } from '@tamagui/constants'
import { isAndroid } from '@tamagui/constants'

@@ -221,2 +221,4 @@ // generally organizing this so we don't duplicate things so its a bit weird

// RN doesn't support specific border styles per-edge
transition: true,
textWrap: true,
backdropFilter: true,

@@ -223,0 +225,0 @@ background: true,

@@ -109,2 +109,4 @@ export declare const tokenCategories: {

elevationAndroid?: boolean | undefined;
transition?: boolean | undefined;
textWrap?: boolean | undefined;
backdropFilter?: boolean | undefined;

@@ -404,2 +406,4 @@ background?: boolean | undefined;

elevationAndroid?: boolean | undefined;
transition?: boolean | undefined;
textWrap?: boolean | undefined;
backdropFilter?: boolean | undefined;

@@ -656,2 +660,4 @@ background?: boolean | undefined;

elevationAndroid?: boolean | undefined;
transition?: boolean | undefined;
textWrap?: boolean | undefined;
backdropFilter?: boolean | undefined;

@@ -892,2 +898,4 @@ background?: boolean | undefined;

elevationAndroid?: boolean | undefined;
transition?: boolean | undefined;
textWrap?: boolean | undefined;
backdropFilter?: boolean | undefined;

@@ -894,0 +902,0 @@ background?: boolean | undefined;

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