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.1.1 to 0.2.1

2

dist/WebSocketAction.d.ts

@@ -5,3 +5,3 @@ import { Injector } from "@furystack/inject";

export declare abstract class WebSocketAction implements IWebSocketAction {
readonly authenticate: boolean;
readonly authenticate = false;
readonly authorize: never[];

@@ -8,0 +8,0 @@ abstract canExecute(data: Data): boolean;

@@ -13,3 +13,3 @@ /// <reference types="node" />

injector: Injector;
contextFactory: (identityService: IdentityService<import("@furystack/http-api/dist/IdentityService").ILoginUser<import("@furystack/core/dist/Models/IUser").IUser>>, incomingMessage: IncomingMessage, webSocket: Ws, injector?: Injector | undefined) => WebSocketContext;
contextFactory: (identityService: IdentityService<import("@furystack/core/dist/Models/IUser").IUser>, incomingMessage: IncomingMessage, webSocket: Ws, injector?: Injector | undefined) => WebSocketContext;
activate: () => Promise<void>;

@@ -16,0 +16,0 @@ dispose: () => void;

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

@@ -59,20 +59,20 @@ "main": "dist/index.js",

"@furystack/core": "^0.1.8",
"@furystack/http-api": "^0.1.7",
"@sensenet/client-utils": "^1.0.1",
"@types/ws": "^5.1.2",
"@furystack/http-api": "^0.2.9",
"@sensenet/client-utils": "^1.1.0",
"@types/ws": "^6.0.1",
"hash.js": "^1.1.5",
"uuid": "^3.3.2",
"ws": "^6.0.0"
"ws": "^6.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/uuid": "^3.4.3",
"@types/node": "^10.5.7",
"chai": "^4.1.2",
"@types/node": "^10.12.0",
"@types/uuid": "^3.4.4",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"nyc": "^13.1.0",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
"typescript": "^3.1.3"
},

@@ -79,0 +79,0 @@ "config": {

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