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 11.1.0 to 12.0.0

13

CHANGELOG.md

@@ -0,1 +1,14 @@

# [12.0.0](https://github.com/react-hookz/web/compare/v11.1.0...v12.0.0) (2021-10-01)
### Features
* exclude `@types/react` and `@types/react-dom` from deps ([bcaca2e](https://github.com/react-hookz/web/commit/bcaca2e045136033cf587348a0cf791aa9065954)), closes [#353](https://github.com/react-hookz/web/issues/353)
### BREAKING CHANGES
* `@types/react` and `@types/react-dom` are no more
presented in `dependencies`.
# [11.1.0](https://github.com/react-hookz/web/compare/v11.0.0...v11.1.0) (2021-09-28)

@@ -2,0 +15,0 @@

14

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

@@ -69,5 +69,3 @@ "keywords": [

"dependencies": {
"@types/js-cookie": "^2.2.7",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9"
"@types/js-cookie": "^2.2.7"
},

@@ -103,2 +101,4 @@ "peerDependencies": {

"@types/jest": "^27.0.2",
"@types/react": "^17.0.26",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.32.0",

@@ -119,6 +119,6 @@ "@typescript-eslint/parser": "^4.32.0",

"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"jest": "^27.2.2",
"jest": "^27.2.4",
"jest-github-actions-reporter": "^1.0.3",

@@ -136,4 +136,4 @@ "js-cookie": "^3.0.1",

"typescript": "^4.4.3",
"yarn": "^1.22.11"
"yarn": "^1.22.15"
}
}
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