Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@entur/auth-provider

Package Overview
Dependencies
Maintainers
13
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entur/auth-provider - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

dist/index.js

@@ -68,4 +68,6 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

logout: logout,
login: function login() {
return loginWithRedirect();
login: function login(redirectUri) {
return loginWithRedirect({
redirectUri: redirectUri
});
}

@@ -72,0 +74,0 @@ }

@@ -65,4 +65,6 @@ import React, { useState, useEffect, useContext } from 'react';

logout: logout,
login: function login() {
return loginWithRedirect();
login: function login(redirectUri) {
return loginWithRedirect({
redirectUri: redirectUri
});
}

@@ -69,0 +71,0 @@ }

{
"name": "@entur/auth-provider",
"version": "1.0.0",
"version": "1.1.0",
"description": "React components and helpers for authentication",

@@ -29,3 +29,3 @@ "author": "entur/nrp",

"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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