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

@thoughtindustries/hooks

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thoughtindustries/hooks - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

README.md

17

package.json
{
"name": "@thoughtindustries/hooks",
"version": "1.0.1",
"version": "1.1.0",
"description": "Common hooks shared throughout @thoughtindustries/helium packages",
"author": "Lu Jiang <lu.jiang@thoughtindustries.com>",
"homepage": "https://github.com/thoughtindustries/helium#readme",
"license": "ISC",
"main": "src/index.ts",

@@ -11,5 +15,2 @@ "files": [

},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -19,13 +20,11 @@ "type": "git",

},
"author": "",
"license": "ISC",
"scripts": {},
"bugs": {
"url": "https://github.com/thoughtindustries/helium/issues"
},
"homepage": "https://github.com/thoughtindustries/helium#readme",
"description": "",
"dependencies": {
"@use-gesture/react": "^10.2.11",
"react": "^17.0.2"
},
"gitHead": "6b04a039b600dad3bea1e4d199459ec803d6b7f6"
"gitHead": "ee789333e8e17297c1fab675e248f2b67fb54a2a"
}

@@ -0,3 +1,20 @@

import { default as useCarouselBehavior } from './use-carousel-behavior';
import { default as useMedia } from './use-media';
import { default as useMultiCarouselBehavior } from './use-multi-carousel-behavior';
import { default as useOnClickOutside } from './use-on-click-outside';
import { default as usePrevious } from './use-previous';
import { default as useScreenSize, ScreenSize } from './use-screen-size';
import { default as useSdk } from './use-sdk';
import { default as useWindowEventListener } from './use-window-event-listener';
export { useSdk };
export {
ScreenSize,
useCarouselBehavior,
useMedia,
useMultiCarouselBehavior,
useOnClickOutside,
usePrevious,
useScreenSize,
useSdk,
useWindowEventListener
};
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