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

@snappmarket/hooks

Package Overview
Dependencies
Maintainers
2
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snappmarket/hooks - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

package.json
{
"name": "@snappmarket/hooks",
"private": false,
"version": "0.1.8",
"version": "0.1.9",
"author": "Jafar Rezaei (SayJeyHi) <jafar.rezaei.ard@gmail.com>",

@@ -54,3 +54,3 @@ "main": "dist/index.js",

},
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb"
"gitHead": "00e860b1200a07ef55d351d896f8887a587699e6"
}

@@ -25,3 +25,3 @@ {

},
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb"
"gitHead": "807efde99896ed74311218197b256917efba7977"
}

@@ -28,3 +28,3 @@ {

},
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb"
"gitHead": "807efde99896ed74311218197b256917efba7977"
}

@@ -27,3 +27,3 @@ {

},
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb"
"gitHead": "807efde99896ed74311218197b256917efba7977"
}

@@ -27,3 +27,3 @@ {

},
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb"
"gitHead": "807efde99896ed74311218197b256917efba7977"
}
{
"name": "@snappmarket/use-geolocation",
"private": false,
"version": "0.1.6",
"version": "0.1.7",
"author": "Jafar Rezaei (SayJeyHi) <jafar.rezaei.ard@gmail.com>",

@@ -20,19 +20,4 @@ "main": "index.js",

"custom-hook",
"debounce",
"useDebounce",
"debounce-hook",
"useEffect-update",
"useUpdateEffect",
"useDidUpdateEffect",
"useFocus",
"focus-hook",
"useForceUpdate",
"forceUpdate-hook",
"geolocation-hook",
"useGeolocation",
"routeChangeDetect",
"routeChange-hook",
"useRouteChange",
"useTimer",
"timer-hook"
"useGeolocation"
],

@@ -43,3 +28,3 @@ "repository": {

},
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb"
"gitHead": "00e860b1200a07ef55d351d896f8887a587699e6"
}

@@ -28,3 +28,3 @@ {

},
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb"
"gitHead": "807efde99896ed74311218197b256917efba7977"
}

@@ -24,3 +24,3 @@ {

},
"gitHead": "2891d6c501ca3327b480157c09c16cd8654cbdbb"
"gitHead": "807efde99896ed74311218197b256917efba7977"
}
# Our apps re-usable hooks
> โš“ hooks are good, making custom re-usable ones is better
<p align="center">
<img src="./logo.png" alt="react hooks" />
</p>
<h1>Re-usable react hooks</h1>
<h3>This hooks are implemented in our project, feel free to use and contribute on them</h3>
----
[![version](https://img.shields.io/npm/v/@snappmarket/use-did-update-effect.svg?style=flat-square)](https://www.npmjs.com/package/@snappmarket/use-did-update-effect)

@@ -21,3 +12,8 @@ [![downloads](https://img.shields.io/npm/dm/@snappmarket/use-did-update-effect.svg?style=flat-square)](http://www.npmtrends.com/@snappmarket/use-did-update-effect)

<p align="center">
<img src="./logo.png" alt="react hooks" />
</p>
----
## Hooks Found Here

@@ -27,13 +23,14 @@

| ------------------------------------------------- | ---------------------------------------------------------------- |
| [useDebounce](packages/useDebounce) | ๐Ÿ”‚ Change rapidly, do once |
| [useDidUpdateEffect](packages/useDidUpdateEffect) | ๐Ÿงต Do not worry about render phase effect calls |
| [useFocus](packages/useFocus) | ๐Ÿ˜ต Focus on every thing you want |
| [useForceUpdate](packages/useForceUpdate) | ๐Ÿ‘ฟ force update component |
| [useGeoLocation](packages/useGeoLocation) | ๐Ÿ—บ easily deal with navigator location API |
| [useRouteChange](packages/useRouteChange) | ๐Ÿน detect when react router dom route changes |
| [useTimer](packages/useTimer) | โฑ easily handle timing |
| [useDebounce](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/packages/useDebounce) | ๐Ÿ”‚ Change rapidly, do once |
| [useDidUpdateEffect](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useDidUpdateEffect) | ๐Ÿงต Do not worry about render phase effect calls |
| [useFocus](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useFocus) | ๐Ÿ˜ต Focus on every thing you want |
| [useForceUpdate](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useForceUpdate) | ๐Ÿ‘ฟ force update component |
| [useGeoLocation](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useGeoLocation) | ๐Ÿ—บ easily deal with navigator location API |
| [useRouteChange](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useRouteChange) | ๐Ÿน detect when react router dom route changes |
| [useTimer](https://github.com/snappmarket/react-hooks/tree/master/packages/hooks/useTimer) | โฑ easily handle timing |
---
#### The MIT License (MIT)
Copyright (c) 2020 snappmarket
Copyright (c) 2020 @snappmarket

@@ -47,11 +44,1 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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