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

@syncot/auth

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncot/auth - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

4

lib/auth.d.ts

@@ -65,7 +65,7 @@ import { Presence } from '@syncot/presence';

*/
mayReadPresence(presence: Presence): boolean | Promise<boolean>;
mayReadPresence(presence: Presence): boolean;
/**
* Determines if the user may write/store the specified presence object.
*/
mayWritePresence(presence: Presence): boolean | Promise<boolean>;
mayWritePresence(presence: Presence): boolean;
}
{
"name": "@syncot/auth",
"version": "0.0.15",
"version": "0.0.16",
"description": "Interfaces and type definitions related to authentication and authorization.",

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

},
"gitHead": "70a5ae5f5ddb507b3b7ced84f0e0a591f25db627"
"gitHead": "101de50b24f06e517200973c622c793d6665dee8"
}
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