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

@react-hookz/web

Package Overview
Dependencies
Maintainers
2
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-hookz/web - npm Package Compare versions

Comparing version 24.0.0 to 24.0.1

src/index.d.ts

20

package.json
{
"name": "@react-hookz/web",
"version": "24.0.0",
"version": "24.0.1",
"description": "React hooks done right, for browser and SSR.",

@@ -23,8 +23,5 @@ "keywords": [

},
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"sideEffects": false,

@@ -35,5 +32,5 @@ "imports": {

"exports": {
".": "./dist/index.js",
"./*/": "./dist/*/index.js",
"./*": "./dist/*"
".": "./src/index.js",
"./*/": "./src/*/index.js",
"./*": "./src/*"
},

@@ -46,3 +43,4 @@ "engines": {

"commit": "git-cz",
"build": "yarn rimraf ./dist && tsc --version && tsc",
"build": "yarn build:clean && tsc --version && tsc",
"build:clean": "yarn rimraf -g ./src/**/*.js ./src/**/*.d.ts",
"new-hook": "node ./utility/add-new-hook.js",

@@ -87,3 +85,3 @@ "test": "jest --selectProjects dom ssr",

"@babel/core": "^7.23.6",
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",

@@ -90,0 +88,0 @@ "@commitlint/cz-commitlint": "^18.4.3",

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