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.19 to 0.0.20

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.20](https://github.com/SyncOT/SyncOT/compare/@syncot/presence@0.0.19...@syncot/presence@0.0.20) (2019-12-04)
**Note:** Version bump only for package @syncot/presence
## [0.0.19](https://github.com/SyncOT/SyncOT/compare/@syncot/presence@0.0.18...@syncot/presence@0.0.19) (2019-11-29)

@@ -8,0 +16,0 @@

3

lib/presence.d.ts

@@ -1,2 +0,3 @@

import { EmitterInterface, SyncOtEmitter, Validator } from '@syncot/util';
import { EmitterInterface, SyncOtEmitter } from '@syncot/events';
import { Validator } from '@syncot/util';
import { Duplex } from 'readable-stream';

@@ -3,0 +4,0 @@ export interface Presence {

@@ -1,2 +0,3 @@

import { createInvalidEntityError, validate, } from '@syncot/util';
import { createInvalidEntityError } from '@syncot/error';
import { validate } from '@syncot/util';
export const validatePresence = validate([

@@ -3,0 +4,0 @@ presence => typeof presence === 'object' && presence != null

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

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

"dependencies": {
"@syncot/util": "^0.1.1",
"@syncot/error": "^0.1.0",
"@syncot/events": "^0.1.0",
"@syncot/util": "^1.0.0",
"@types/readable-stream": "^2.3.1",

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

},
"gitHead": "bd58370fcc52c67d0e8508170266ea7d66341c54"
"gitHead": "826d566f85342309a513529839aca7a5aeb5815e"
}
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