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

@react-hook/window-size

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-hook/window-size - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

7

package.json
{
"name": "@react-hook/window-size",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "https://github.com/jaredLunde/react-hook/tree/master/packages/window-size#readme",

@@ -73,3 +73,3 @@ "repository": "github:jaredLunde/react-hook",

"dev": "lundle build -f module,cjs -w",
"format": "prettier --write \"{,!(node_modules|dist|coverage)/**/}*.{ts,tsx,js,jsx,md,yml,json}\"",
"format": "prettier --write \"{,!(node_modules|dist|coverage|throttled)/**/}*.{ts,tsx,js,jsx,md,yml,json}\" && prettier --write \"throttled/{,!(node_modules|dist|coverage)/**/}*.{ts,tsx,js,jsx,md,yml,json}\"",
"lint": "eslint . --ext .ts,.tsx",

@@ -100,3 +100,4 @@ "prepublishOnly": "npm run lint && npm run test && npm run build && npm run format",

"rules": {
"testing-library/prefer-wait-for": "off"
"testing-library/prefer-wait-for": "off",
"import/no-extraneous-dependencies": "warn"
},

@@ -103,0 +104,0 @@ "settings": {

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