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

@geniussoft/use-hooks

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geniussoft/use-hooks - npm Package Compare versions

Comparing version 0.0.1-beta2 to 0.0.1-beta3

LICENSE

2

dist/index.js

@@ -7,2 +7,2 @@ "use strict";

const useLocalStorage_1 = __importDefault(require("./useLocalStorage"));
exports.useHooks = useLocalStorage_1.default;
exports.useLocalStorage = useLocalStorage_1.default;
{
"name": "@geniussoft/use-hooks",
"version": "0.0.1-beta2",
"version": "0.0.1-beta3",
"description": "Reusable React Hooks from useHooks.com and other online resources",

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

"prepublishOnly": "yarn build",
"publish": "yarn publish --access public",
"lint": "eslint src --ext .ts"

@@ -17,0 +16,0 @@ },

@@ -5,8 +5,9 @@ # useHooks

## Requirement
To use this collection, you must use `react@16.8.0` or greater which includes Hooks.
## Install
```
yarn add @geniussoft/useHooks
yarn add @geniussoft/use-hooks
```

@@ -18,3 +19,3 @@

```
import useLocalStorage from '@geniussoft/useHooks/useLocalStorage'
import useLocalStorage from '@geniussoft/use-hooks/useLocalStorage'

@@ -39,2 +40,2 @@

```
```
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