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

c8ocaf

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c8ocaf - npm Package Compare versions

Comparing version 1.0.49 to 1.0.50

2

package.json
{
"name": "c8ocaf",
"version": "1.0.49",
"version": "1.0.50",
"description": "Convertigo Angular Framework",

@@ -5,0 +5,0 @@ "main": "bundle/index.umd.js",

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

url += "&redirect_uri=" + redirectUri_1;
window.open(url.toString(), "_blank", "location=no, clearsessioncache=yes, clearcache=yes");
window.open(url.toString(), "cafLogin", "location=no, clearsessioncache=yes, clearcache=yes");
window.addEventListener('message', function (parsedResponse) {

@@ -291,0 +291,0 @@ if (parsedResponse.data["access_token"] != undefined &&

@@ -435,5 +435,6 @@ import {App } from 'ionic-angular';

else {
//
const redirectUri = "http://localhost:18080/convertigo/projects/lib_OAuth/getToken.html";
url += "&redirect_uri=" + redirectUri;
window.open(url.toString(), "_blank", "location=no, clearsessioncache=yes, clearcache=yes");
window.open(url.toString(), "cafLogin", "location=no, clearsessioncache=yes, clearcache=yes");
window.addEventListener('message', (parsedResponse) =>{

@@ -440,0 +441,0 @@ if (parsedResponse.data["access_token"] != undefined &&

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