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

@relaybox/rest

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@relaybox/rest - npm Package Compare versions

Comparing version 1.11.1 to 1.12.0

2

dist/types/permission.types.d.ts

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

export declare const allowedPermissions: readonly ["subscribe", "publish", "presence", "metrics", "history", "*"];
export declare const allowedPermissions: readonly ["subscribe", "publish", "presence", "metrics", "history", "intellect", "storage", "*"];
export type Permission = (typeof allowedPermissions)[number];

@@ -3,0 +3,0 @@ export interface Permissions {

@@ -10,3 +10,5 @@ "use strict";

'history',
'intellect',
'storage',
'*'
];
{
"name": "@relaybox/rest",
"version": "1.11.1",
"version": "1.12.0",
"description": "RelayBox REST Services SDK. Enables seemless integration between server-side applications and RelayBox's authentication and realtime services. It provides robust functionality for generating authentication tokens, publishing events, and interacting efficiently with RelayBox's suite of services.",

@@ -5,0 +5,0 @@ "keywords": [

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