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 1.0.0 to 1.0.1

4

build/src/AuthContext.js

@@ -102,3 +102,5 @@ "use strict";

return (react_1.default.createElement(exports.AuthContext.Provider, { value: {
signIn: userManager.signinRedirect,
signIn: (args) => __awaiter(void 0, void 0, void 0, function* () {
yield userManager.signinRedirect(args);
}),
signOut: () => __awaiter(void 0, void 0, void 0, function* () {

@@ -105,0 +107,0 @@ yield userManager.removeUser();

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

## [1.0.1](https://github.com/bjerkio/oidc-react/compare/v1.0.0...v1.0.1) (2020-08-21)
### Bug Fixes
* this._signinStart is not a function ([20b1e57](https://github.com/bjerkio/oidc-react/commit/20b1e57b1b8a15276a04498081560ccce03e0c73)), closes [#173](https://github.com/bjerkio/oidc-react/issues/173)
# 1.0.0 (2020-08-20)

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

{
"name": "oidc-react",
"version": "1.0.0",
"version": "1.0.1",
"private": false,

@@ -5,0 +5,0 @@ "description": "",

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