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.1.3 to 1.1.4

2

build/src/index.d.ts

@@ -5,2 +5,2 @@ export * from './useAuth';

export * from './AuthContextInterface';
export { User, UserManager } from 'oidc-client';
export { User, UserManager, Log } from 'oidc-client';

@@ -20,1 +20,2 @@ "use strict";

Object.defineProperty(exports, "UserManager", { enumerable: true, get: function () { return oidc_client_1.UserManager; } });
Object.defineProperty(exports, "Log", { enumerable: true, get: function () { return oidc_client_1.Log; } });

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

## [1.1.4](https://github.com/bjerkio/oidc-react/compare/v1.1.3...v1.1.4) (2020-12-19)
### Bug Fixes
* Including 'Log' in export ([#383](https://github.com/bjerkio/oidc-react/issues/383)) ([1f10c07](https://github.com/bjerkio/oidc-react/commit/1f10c075f90dcf0e2abb3d48ea768c38164f2f74))
## [1.1.3](https://github.com/bjerkio/oidc-react/compare/v1.1.2...v1.1.3) (2020-10-24)

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

{
"name": "oidc-react",
"version": "1.1.3",
"version": "1.1.4",
"private": false,

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

@@ -11,4 +11,3 @@ # OIDC React

[![codecov](https://codecov.io/gh/bjerkio/oidc-react/branch/master/graph/badge.svg)](https://codecov.io/gh/bjerkio/oidc-react)
[![Maintainability](https://api.codeclimate.com/v1/badges/04b50822a61583ccdb5f/maintainability)](https://codeclimate.com/github/bjerkio/oidc-react/maintainability)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=bjerkio/oidc-react&identifier=253005089)](https://dependabot.com)
[![Maintainability](https://api.codeclimate.com/v1/badges/69bf0921275f61ef6dd0/maintainability)](https://codeclimate.com/github/bjerkio/oidc-react/maintainability)

@@ -15,0 +14,0 @@ ![oidc-react logo](assets/logo.jpg)

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