Socket
Socket
Sign inDemoInstall

@convergence/convergence

Package Overview
Dependencies
2
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

2

package.json
{
"name": "@convergence/convergence",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Convergence JavaScript client library.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,2 +7,3 @@ import {Path} from "../Path";

import {HistoricalContainerElement} from "./HistoricalContainerElement";
import {PathElement} from "../../../src/main/ts/model/Path";

@@ -23,2 +24,4 @@ export interface HistoricalElementEvents extends ObservableElementEvents {

public relativePath(): PathElement;
public parent(): HistoricalContainerElement<any>

@@ -25,0 +28,0 @@

@@ -10,2 +10,5 @@ import {ModelPermissions} from "./ModelPermissions";

public getOverridesCollection(): Promise<boolean>;
public setOverridesCollection(overridesCollection: boolean): Promise<void>;
public getWorldPermissions(): Promise<ModelPermissions>;

@@ -12,0 +15,0 @@ public setWorldPermissions(permissions: ModelPermissions): Promise<void>;

@@ -6,2 +6,3 @@ import {Path} from "../Path";

import {ObservableContainerElement} from "./ObservableContainerElement";
import {PathElement} from "../../../src/main/ts/model/Path";

@@ -24,2 +25,4 @@ export interface ObservableElementEvents {

relativePath(): PathElement;
parent(): ObservableContainerElement<any>;

@@ -26,0 +29,0 @@

@@ -9,2 +9,3 @@ import {ConvergenceEventEmitter} from "../../util/ConvergenceEventEmitter";

import {RealTimeModel} from "./RealTimeModel";
import {PathElement} from "../../../src/main/ts/model/Path";

@@ -27,4 +28,8 @@ export interface RealTimeElementEvents extends ObservableElementEvents {

public relativePath(): PathElement;
public parent(): RealTimeContainerElement<any>;
public removeFromParent(): void;
public isAttached(): boolean;

@@ -31,0 +36,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc