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

conbo-viewnavigator

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conbo-viewnavigator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

dist/ViewNavigator.d.ts

@@ -32,3 +32,3 @@ import { View, Promise } from 'conbo';

*/
private __construct;
protected __construct(options: any): void;
/**

@@ -38,2 +38,5 @@ * @private

private __creationCompleteHandler;
/**
* @private
*/
private __assignTo;

@@ -40,0 +43,0 @@ /**

3

dist/ViewNavigator.js

@@ -47,2 +47,5 @@ "use strict";

};
/**
* @private
*/
ViewNavigator.prototype.__assignTo = function (obj) {

@@ -49,0 +52,0 @@ return conbo_1.setDefaults(obj || {}, {

{
"name": "conbo-viewnavigator",
"version": "1.0.1",
"version": "1.0.2",
"description": "The ConboJS ViewNavigator component is a container that consists of a collection of View objects, where only the top most view is visible and active",

@@ -21,3 +21,3 @@ "keywords": [

"type": "git",
"url": "git@github.com:mesmotronic/conbo-viewstack.git"
"url": "git@github.com:mesmotronic/conbo-viewnavigator.git"
},

@@ -24,0 +24,0 @@ "readme": "./README.md",

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