Socket
Socket
Sign inDemoInstall

@tamagui/core

Package Overview
Dependencies
Maintainers
1
Versions
1162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/core - npm Package Compare versions

Comparing version 1.112.0 to 1.112.1

dist/cjs/react-native-web/Dimensions.js

14

package.json
{
"name": "@tamagui/core",
"version": "1.112.0",
"version": "1.112.1",
"source": "src/index.tsx",

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

"dependencies": {
"@tamagui/react-native-use-pressable": "1.112.0",
"@tamagui/react-native-use-responder-events": "1.112.0",
"@tamagui/use-event": "1.112.0",
"@tamagui/web": "1.112.0"
"@tamagui/react-native-use-pressable": "1.112.1",
"@tamagui/react-native-use-responder-events": "1.112.1",
"@tamagui/use-event": "1.112.1",
"@tamagui/web": "1.112.1"
},
"devDependencies": {
"@tamagui/build": "1.112.0",
"@tamagui/build": "1.112.1",
"@testing-library/react": "^16.0.0",

@@ -63,3 +63,3 @@ "csstype": "^3.0.10",

"types": "./types/index.d.ts",
"import": "./dist/native.js",
"import": "./dist/native.mjs",
"require": "./dist/native.js"

@@ -66,0 +66,0 @@ },

export * from '@tamagui/react-native-use-responder-events';
export * from '@tamagui/react-native-use-pressable';
export * from './index';
export { View, Text } from './index';
export * from './react-native-web/Dimensions';
export declare const Platform: {

@@ -12,2 +13,18 @@ OS: string;

export declare const Pressable: () => null;
export declare const Animated: {
View: import("react").ForwardRefExoticComponent<Omit<import("./index").RNTamaguiViewNonStyleProps, keyof import("@tamagui/web/types/types").StackStyleBase> & import("@tamagui/web/types/types").WithThemeValues<import("@tamagui/web/types/types").StackStyleBase> & import("@tamagui/web/types/types").WithShorthands<import("@tamagui/web/types/types").WithThemeValues<import("@tamagui/web/types/types").StackStyleBase>> & import("@tamagui/web/types/types").WithPseudoProps<import("@tamagui/web/types/types").WithThemeValues<import("@tamagui/web/types/types").StackStyleBase> & import("@tamagui/web/types/types").WithShorthands<import("@tamagui/web/types/types").WithThemeValues<import("@tamagui/web/types/types").StackStyleBase>>> & import("@tamagui/web/types/types").WithMediaProps<import("@tamagui/web/types/types").WithThemeShorthandsAndPseudos<import("@tamagui/web/types/types").StackStyleBase, {}>> & import("react").RefAttributes<import("@tamagui/web/types/types").TamaguiElement>> & import("@tamagui/web/types/types").StaticComponentObject<import("@tamagui/web/types/types").TamaDefer, import("@tamagui/web/types/types").TamaguiElement, import("./index").RNTamaguiViewNonStyleProps, import("@tamagui/web/types/types").StackStyleBase, {}, {}> & Omit<{}, "staticConfig" | "extractable" | "styleable"> & {
__tama: [import("@tamagui/web/types/types").TamaDefer, import("@tamagui/web/types/types").TamaguiElement, import("./index").RNTamaguiViewNonStyleProps, import("@tamagui/web/types/types").StackStyleBase, {}, {}];
};
Text: import("react").ForwardRefExoticComponent<Omit<import("./index").RNTamaguiTextNonStyleProps, keyof import("@tamagui/web/types/types").TextStylePropsBase> & import("@tamagui/web/types/types").WithThemeValues<import("@tamagui/web/types/types").TextStylePropsBase> & import("@tamagui/web/types/types").WithShorthands<import("@tamagui/web/types/types").WithThemeValues<import("@tamagui/web/types/types").TextStylePropsBase>> & import("@tamagui/web/types/types").WithPseudoProps<import("@tamagui/web/types/types").WithThemeValues<import("@tamagui/web/types/types").TextStylePropsBase> & import("@tamagui/web/types/types").WithShorthands<import("@tamagui/web/types/types").WithThemeValues<import("@tamagui/web/types/types").TextStylePropsBase>>> & import("@tamagui/web/types/types").WithMediaProps<import("@tamagui/web/types/types").WithThemeShorthandsAndPseudos<import("@tamagui/web/types/types").TextStylePropsBase, {}>> & import("react").RefAttributes<import("@tamagui/web/types/types").TamaguiTextElement>> & import("@tamagui/web/types/types").StaticComponentObject<import("@tamagui/web/types/types").TamaDefer, import("@tamagui/web/types/types").TamaguiTextElement, import("./index").RNTamaguiTextNonStyleProps, import("@tamagui/web/types/types").TextStylePropsBase, {}, {}> & Omit<{}, "staticConfig" | "extractable" | "styleable"> & {
__tama: [import("@tamagui/web/types/types").TamaDefer, import("@tamagui/web/types/types").TamaguiTextElement, import("./index").RNTamaguiTextNonStyleProps, import("@tamagui/web/types/types").TextStylePropsBase, {}, {}];
};
};
export declare const ActivityIndicator: () => null;
export declare const PanResponder: () => null;
export declare const Switch: () => null;
export declare const TextInput: () => null;
export declare const ScrollView: () => null;
export declare const Keyboard: {};
export declare const Image: () => null;
export declare const Linking: {};
//# sourceMappingURL=react-native-web.d.ts.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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