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

angular-oauth2-oidc

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-oauth2-oidc - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

2

dist/src/oauth-service.js

@@ -388,3 +388,3 @@ "use strict";

+ encodeURIComponent(id_token)
+ "&redirect_uri="
+ "&post_logout_redirect_uri="
+ encodeURIComponent(this.redirectUri);

@@ -391,0 +391,0 @@ }

{
"name": "angular-oauth2-oidc",
"version": "1.0.17",
"version": "1.0.18",
"scripts": {

@@ -5,0 +5,0 @@ "lint": "tslint src/**/*.ts",

@@ -482,3 +482,3 @@ import {Base64} from 'js-base64';

+ encodeURIComponent(id_token)
+ "&redirect_uri="
+ "&post_logout_redirect_uri="
+ encodeURIComponent(this.redirectUri);

@@ -485,0 +485,0 @@ }

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