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.12 to 0.0.13

3

lib/presence.js

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

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

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

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

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

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

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

},
"gitHead": "59f7016cbffea18fc14049e00fd4351c08748887"
"gitHead": "5c7ad0bf43495567d9fc857718802b7ea52d37bb"
}
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