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.29 to 1.0.0-alpha.30

12

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

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

"email": "info@convergencelabs.com",
"url": "http://convergencelabs.com"
"url": "https://convergence.io"
},

@@ -21,6 +21,6 @@ "maintainers": [{

"email": "info@convergencelabs.com",
"url": "http://convergencelabs.com"
"url": "https://convergence.io"
}],
"contributors": [],
"homepage": "http://convergencelabs.com",
"homepage": "https://convergence.io",
"bugs": {

@@ -34,3 +34,3 @@ "email": "support@convergencelabs.com"

},
"license": "SEE LICENSE IN http://www.convergencelabs.com/terms/services/",
"license": "SEE LICENSE IN https://convergence.io/terms",
"publishConfig": {

@@ -42,3 +42,3 @@ "registry": "https://registry.npmjs.org/",

"type": "none",
"url": "http://convergencelabs.com/"
"url": "https://convergence.io"
},

@@ -45,0 +45,0 @@ "engines" : {

# Overview
This package provides a npm version of the Convergence JavaScript API, for use with the [Convergence](http://convergencelabs.com) host platform.
This package provides a npm version of the Convergence JavaScript API, for use with the [Convergence](https://convergence.io host platform.

@@ -58,3 +58,3 @@ Convergence is a hosted platform for rapidly developing real-time collaborative applications. At the heart of Convergence is it's collaborative real time data store. Where other frameworks stop at attempting to provide real time data, Convergence goes further by providing **all** the features a developer needs to build an **effective** and **intuitive** collaborative application. Some of the feature highlights include:

http://convergencelabs.com/learn/
https://convergence.io/learn/

@@ -61,0 +61,0 @@ # Hot-Linking in the Browser

@@ -18,2 +18,5 @@ import {ConvergenceOptions} from "./ConvergenceOptions";

options?: ConvergenceOptions): Promise<ConvergenceDomain>;
public static reconnect(url: string,
token: string, options?: ConvergenceOptions): Promise<ConvergenceDomain>;
}

@@ -29,1 +32,3 @@

options?: ConvergenceOptions): Promise<ConvergenceDomain>;
export declare function reconnect(url: string, token: string, options?: ConvergenceOptions): Promise<ConvergenceDomain>;
export * from "./ElementReference";
export * from "./IndexReference";
export * from "./LocalElementReference";
export * from "./LocalIndexReference";
export * from "./LocalModelReference";

@@ -5,0 +6,0 @@ export * from "./LocalPropertyReference";

@@ -15,3 +15,3 @@ import {ConvergenceDomain} from "./ConvergenceDomain";

/**
* @return The username of the authenticated client or null if not authenticated
* @return The username of the authenticated client
*/

@@ -21,2 +21,7 @@ username(): string;

/**
* @return The reconnectToken for the authenticated client
*/
reconnectToken(): string;
/**
* @return True if the client is connected to the domain

@@ -23,0 +28,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