Socket
Socket
Sign inDemoInstall

oidc-react

Package Overview
Dependencies
6
Maintainers
7
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Changelog

## [3.2.1](https://github.com/bjerkio/oidc-react/compare/v3.2.0...v3.2.1) (2023-06-12)
### Bug Fixes
* **deps:** update dependency oidc-client-ts to v2.2.4 ([#1006](https://github.com/bjerkio/oidc-react/issues/1006)) ([423be19](https://github.com/bjerkio/oidc-react/commit/423be19c9a09ea43e53931d7eeaab6972651eb32))
## [3.2.0](https://github.com/bjerkio/oidc-react/compare/v3.1.0...v3.2.0) (2023-05-02)

@@ -8,0 +15,0 @@

24

package.json
{
"name": "oidc-react",
"version": "3.2.0",
"version": "3.2.1",
"private": false,

@@ -25,3 +25,3 @@ "description": "OpenID Connect Authentication for React. Supports Hooks 🚀",

"dependencies": {
"oidc-client-ts": "2.2.2"
"oidc-client-ts": "2.2.4"
},

@@ -32,9 +32,9 @@ "devDependencies": {

"@types/faker": "6.6.9",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@types/react": "18.0.28",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@types/jest": "29.5.2",
"@types/node": "18.16.17",
"@types/react": "18.2.12",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"bundlewatch": "0.3.3",
"eslint": "8.38.0",
"eslint": "8.42.0",
"eslint-config-airbnb-base": "15.0.0",

@@ -50,3 +50,3 @@ "eslint-config-prettier": "8.8.0",

"jest-fail-on-console": "3.1.1",
"prettier": "2.8.7",
"prettier": "2.8.8",
"react": "18.2.0",

@@ -56,5 +56,5 @@ "react-dom": "18.2.0",

"ts-node-dev": "2.0.0",
"typedoc": "0.24.4",
"typedoc-plugin-markdown": "3.15.2",
"typescript": "5.0.4"
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.1.3"
},

@@ -61,0 +61,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc