New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tamagui/use-window-dimensions

Package Overview
Dependencies
Maintainers
0
Versions
982
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/use-window-dimensions - npm Package Compare versions

Comparing version 1.122.1 to 1.122.2

6

package.json
{
"name": "@tamagui/use-window-dimensions",
"version": "1.122.1",
"version": "1.122.2",
"types": "./types/index.d.ts",

@@ -34,6 +34,6 @@ "main": "dist/cjs",

"dependencies": {
"@tamagui/constants": "1.122.1"
"@tamagui/constants": "1.122.2"
},
"devDependencies": {
"@tamagui/build": "1.122.1",
"@tamagui/build": "1.122.2",
"react": "*",

@@ -40,0 +40,0 @@ "react-native": "^0.76.5"

/**
* SSR safe useWindowDimensions
*/
* SSR safe useWindowDimensions
*/
type Size = {
width: number;
height: number;
width: number;
height: number;
};
export declare function configureInitialWindowDimensions(next: Size): void;
export declare function useWindowDimensions({ serverValue, }?: {
serverValue?: Size;
}): Size;
export declare function configureInitialWindowDimensions(next: Size);
export declare function useWindowDimensions({ serverValue }?: { serverValue?: Size });
export {};
//# sourceMappingURL=index.d.ts.map

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