New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.0.5

3

lib/presence.d.ts

@@ -1,4 +0,3 @@

/// <reference types="node" />
import { EmitterInterface, SyncOtEmitter, Validator } from '@syncot/util';
import { Duplex } from 'stream';
import { Duplex } from 'readable-stream';
export interface Presence {

@@ -5,0 +4,0 @@ readonly sessionId: string;

{
"name": "@syncot/presence",
"version": "0.0.4",
"version": "0.0.5",
"description": "Interfaces and type definitions related to global presence management.",

@@ -29,7 +29,9 @@ "keywords": [

"dependencies": {
"@syncot/error": "^0.0.3",
"@syncot/util": "^0.0.2",
"@syncot/error": "^0.0.4",
"@syncot/util": "^0.0.3",
"@types/readable-stream": "^2.3.1",
"readable-stream": "^3.3.0",
"tslib": "^1.9.3"
},
"gitHead": "b952421ee19e038a054420c80e3b870f52e23ed9"
"gitHead": "2b86fbb78a4b4b2f16fe3ed00ca08851bcc74e5c"
}
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