Socket
Socket
Sign inDemoInstall

oidc-react

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-react - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md

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

## [2.0.1](https://github.com/bjerkio/oidc-react/compare/v2.0.0...v2.0.1) (2022-08-02)
### Bug Fixes
* Add React 17 to peer dependencies ([#874](https://github.com/bjerkio/oidc-react/issues/874)) ([54fd6e0](https://github.com/bjerkio/oidc-react/commit/54fd6e0ea21b773e26e9e5fb0a42610de54097e5))
## [2.0.0](https://github.com/bjerkio/oidc-react/compare/v1.5.1...v2.0.0) (2022-07-25)

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

12

package.json
{
"name": "oidc-react",
"version": "2.0.0",
"version": "2.0.1",
"private": false,

@@ -47,3 +47,3 @@ "description": "",

"@testing-library/react": "^11.0.4",
"@types/faker": "^5.1.0",
"@types/faker": "^6.6.9",
"@types/jest": "^26.0.10",

@@ -60,5 +60,5 @@ "@types/node": "^17.0.29",

"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-jest": "^26.7.0",
"eslint-plugin-react": "^7.19.0",
"faker": "^5.0.0",
"faker": "^6.6.6",
"jest": "^25.3.0",

@@ -75,5 +75,5 @@ "jest-cli": "^26.0.1",

"peerDependencies": {
"react": "^16.8.0 || ^18.1.0",
"react-dom": "^16.8.0 || ^18.1.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || || ^17.0.0 || ^18.0.0"
}
}
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