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.7 to 1.0.8

2

package.json
{
"name": "c8ocaf",
"version": "1.0.7",
"version": "1.0.8",
"description": "Convertigo Angular Framework",

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

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

if (this.c8oResponses[i]["view"] == view && this.c8oResponses[i]["requestable"] == requestable) {
this.c8oResponses[i]["data"] = data
this.c8oResponses[i]["navParams"] = navParams
this.c8oResponses[i]["DidEnter"] = didEnter
this.c8oResponses[i]["DidLeave"] = didLeave
this.c8oResponses[i]["data"] = data;
this.c8oResponses[i]["navParams"] = navParams;
this.c8oResponses[i]["DidEnter"] = didEnter;
this.c8oResponses[i]["DidLeave"] = didLeave;
return

@@ -205,2 +205,4 @@ }

// session storage for c8ocaf refresh keep state data
console.log("link works");
console.log(JSON.stringify(this.c8oResponses));
sessionStorage.setItem(C8oRouter.C8OCAF_SESSION_STORAGE_KEY, JSON.stringify(this.c8oResponses));

@@ -207,0 +209,0 @@ }

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