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

@wethegit/react-hooks

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wethegit/react-hooks - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

README.md

13

package.json
{
"name": "@wethegit/react-hooks",
"version": "2.0.0",
"version": "2.0.1",
"description": "A collection of helpers for use in React projects.",

@@ -11,3 +11,10 @@ "files": [

"types": "./dist/main.d.ts",
"exports": "./dist/react-hooks.js",
"exports": {
".": {
"import": {
"types": "./dist/main.d.ts",
"default": "./dist/react-hooks.js"
}
}
},
"scripts": {

@@ -31,3 +38,3 @@ "dev": "vite",

],
"homepage": "https://github.com/wethegit/react-hooks",
"homepage": "https://wethegit.github.io/react-hooks/",
"repository": {

@@ -34,0 +41,0 @@ "type": "git",

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