@thoughtindustries/hooks
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"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 | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
13836
12
334
0
0
1
10
2
1
+ Added@use-gesture/react@^10.2.11
+ Added@use-gesture/core@10.3.1(transitive)
+ Added@use-gesture/react@10.3.1(transitive)