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

@syncot/presence

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncot/presence - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

lib/presence.d.ts

@@ -18,4 +18,2 @@ import { EmitterInterface, SyncOtEmitter, Validator } from '@syncot/util';

export interface PresenceServiceEvents {
outOfSync: void;
inSync: void;
error: Error;

@@ -71,4 +69,2 @@ }

*
* @event outOfSync The managed presence is out of sync across the presence system.
* @event inSync The managed presence is in sync across the presence system.
* @event error A presence-related error has occurred.

@@ -75,0 +71,0 @@ * @event destroy The PresenceClient has been destroyed.

6

package.json
{
"name": "@syncot/presence",
"version": "0.0.13",
"version": "0.0.14",
"description": "Interfaces and type definitions related to global presence management.",

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

"dependencies": {
"@syncot/util": "^0.0.10",
"@syncot/util": "^0.0.11",
"@types/readable-stream": "^2.3.1",

@@ -36,3 +36,3 @@ "readable-stream": "^3.3.0",

},
"gitHead": "5c7ad0bf43495567d9fc857718802b7ea52d37bb"
"gitHead": "70a5ae5f5ddb507b3b7ced84f0e0a591f25db627"
}
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