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.18.0 to 1.18.1

18

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

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

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

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

"devDependencies": {
"@tamagui/build": "1.18.0",
"@tamagui/build": "1.18.1",
"@testing-library/react": "^13.4.0",

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

@@ -478,3 +478,3 @@ import type { StyleObject } from '@tamagui/helpers';

export type TextProps = TextNonStyleProps & TextStyleProps;
type Styleable<Props, Ref> = <CustomProps extends Object, X extends FunctionComponent<Props & CustomProps> = FunctionComponent<Props & CustomProps>>(a: X) => ReactComponentWithRef<CustomProps & Omit<Props, keyof CustomProps>, Ref> & {
export type Styleable<Props, Ref> = <CustomProps extends Object, X extends FunctionComponent<Props & CustomProps> = FunctionComponent<Props & CustomProps>>(a: X) => ReactComponentWithRef<CustomProps & Omit<Props, keyof CustomProps>, Ref> & {
staticConfig: StaticConfigParsed;

@@ -481,0 +481,0 @@ styleable: Styleable<Props, Ref>;

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