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

@rainbow-me/kit-hooks

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rainbow-me/kit-hooks - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

dist/useOnClickOutside.d.ts

2

dist/index.d.ts

@@ -9,1 +9,3 @@ export * from 'use-ens';

export * from './useENSWithAvatar';
export * from './useToggle';
export * from './useOnClickOutside';

@@ -10,1 +10,3 @@ // src/index.ts

export * from "./useENSWithAvatar.js";
export * from "./useToggle.js";
export * from "./useOnClickOutside.js";

6

package.json
{
"name": "@rainbow-me/kit-hooks",
"type": "module",
"version": "0.0.26",
"version": "0.0.27",
"exports": {

@@ -12,3 +12,5 @@ ".": "./dist/index.js",

"./useWalletInfo": "./dist/useWalletInfo.js",
"./useWeb3State": "./dist/useWeb3State.js"
"./useWeb3State": "./dist/useWeb3State.js",
"./useOnClickOutside": "./dist/useOnClickOutside.js",
"./useToggle": "./dist/useToggle.js"
},

@@ -15,0 +17,0 @@ "types": "./dist/index.d.ts",

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