🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

beautiful-react-hooks

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beautiful-react-hooks - npm Package Compare versions

Comparing version

to
4.2.1

beautiful-react-hooks-4.2.0.tgz

8

CHANGELOG.md

@@ -1032,2 +1032,8 @@ # Changelog

- Deprecated github actions version
- Deprecated GitHub actions version
## [4.2.1] - 2023-03-18
### Fixes
- package.json specifiers (exports)

10

package.json
{
"name": "beautiful-react-hooks",
"version": "4.2.0",
"version": "4.2.1",
"description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development",

@@ -105,6 +105,2 @@ "main": "index.js",

"exports": {
".": {
"import": "./esm/index.js",
"require": "./index.js"
},
"./useWindowScroll": {

@@ -258,2 +254,6 @@ "import": "./esm/useWindowScroll.js",

},
"./useLongPress": {
"import": "./esm/useLongPress.js",
"require": "./useLongPress.js"
},
"./useLocalStorage": {

@@ -260,0 +260,0 @@ "import": "./esm/useLocalStorage.js",