Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tofusoup429/use-window-size

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tofusoup429/use-window-size - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

6

package.json
{
"name": "@tofusoup429/use-window-size",
"version": "0.0.10",
"version": "0.0.11",
"description": "Custom hooks fetching window width and height",

@@ -14,3 +14,2 @@ "homepage": "https://github.com/tofusoup429/useWindowSize",

"@types/react-dom": ">=17.0.4",
"@types/styled-components": "^5.1.9",
"react": ">=17.0.2",

@@ -22,4 +21,3 @@ "react-dom": ">=17.0.2",

"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"styled-components": ">=5.3.0"
"react-dom": ">=17.0.2"
},

@@ -26,0 +24,0 @@ "files": [

@@ -1,4 +0,4 @@

# react-component-module-frame
# use-window-size
## What is this project about?
#### This project was built to make publishing react-components quick. All the basic settings such as tsconfig.json, file structure, .gitignores and package.json are configured. It is up to you to modify the setting for your own taste.
#### Whenever size of window changes, the hook returns a new size object wtih width and height keys.

@@ -13,11 +13,1 @@ #### To build

#### To download this project
```
git clone git@github.com:tofusoup429/react-component-module-frame.git
```
-----------------------------------------------------------------------------------------------------------------------
#### to import this module from other project.
```
import {RotatingText} from "@tofusoup429/react-component-module-frame/lib/esm/RotatingText"
```
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