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

@furystack/websocket-api

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/websocket-api - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

4

dist/src/models/IWebSocketAction.d.ts

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

import { IDisposable } from "@sensenet/client-utils";
import { Disposable } from "@sensenet/client-utils";
import { Data } from "ws";

@@ -6,3 +6,3 @@ export interface IWebSocketActionStatic {

}
export interface IWebSocketAction extends IDisposable {
export interface IWebSocketAction extends Disposable {
new: (...args: any[]) => IWebSocketActionStatic;

@@ -9,0 +9,0 @@ authenticate: boolean;

{
"name": "@furystack/websocket-api",
"version": "0.4.5",
"version": "0.4.6",
"description": "HTTP Api FuryStack package",

@@ -58,5 +58,5 @@ "main": "dist/index.js",

"dependencies": {
"@furystack/core": "^1.0.9",
"@furystack/http-api": "^0.5.5",
"@furystack/inject": "^1.0.8",
"@furystack/core": "^1.0.10",
"@furystack/http-api": "^0.5.6",
"@furystack/inject": "^1.0.9",
"@sensenet/client-utils": "^1.2.1",

@@ -80,3 +80,3 @@ "ws": "^6.0.0"

"typings": "./dist/index.d.ts",
"gitHead": "5f79804932864b40d04209df5a8c8ec514e329e5"
"gitHead": "625d3512cd6bfe9ea97d3dedde2023c0996970ab"
}

@@ -1,13 +0,13 @@

import { IDisposable } from "@sensenet/client-utils";
import { Disposable } from "@sensenet/client-utils";
import { Data } from "ws";
export interface IWebSocketActionStatic {
canExecute(data: Data): boolean;
canExecute(data: Data): boolean;
}
export interface IWebSocketAction extends IDisposable {
new: (...args: any[]) => IWebSocketActionStatic;
authenticate: boolean;
authorize: string[];
execute(data: Data): void;
export interface IWebSocketAction extends Disposable {
new: (...args: any[]) => IWebSocketActionStatic;
authenticate: boolean;
authorize: string[];
execute(data: Data): void;
}

Sorry, the diff of this file is not supported yet

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