Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

use-shit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-shit - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+13
-0
CHANGELOG.md
# Changelog
## v0.0.5
[compare changes](https://github.com/nainemom/use-shit/compare/v0.0.4...v0.0.5)
### 🏡 Chore
- Add npmignore file ([9b19004](https://github.com/nainemom/use-shit/commit/9b19004))
- Update readme ([f33b467](https://github.com/nainemom/use-shit/commit/f33b467))
### ❤️ Contributors
- Amir Momenian <nainemom@gmail.com>
## v0.0.4

@@ -5,0 +18,0 @@

+1
-1
{
"name": "use-shit",
"version": "0.0.4",
"version": "0.0.5",
"description": "The best use-hook ever made.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -44,3 +44,3 @@ # use-shit

## Example #2
## Example 2
```tsx

@@ -47,0 +47,0 @@ import { useShit } from 'use-shit';

export const useShit = <D>(shit: D): [D] => [shit];