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.3.1 to 0.3.2

2

dist/WebSocketContext.js

@@ -14,3 +14,3 @@ "use strict";

class WebSocketContext {
constructor(identityService, incomingMessage, ws, injector = new inject_1.Injector()) {
constructor(identityService, incomingMessage, ws, injector = inject_1.Injector.Default) {
this.identityService = identityService;

@@ -17,0 +17,0 @@ this.incomingMessage = incomingMessage;

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

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

"dependencies": {
"@furystack/core": "^0.3.0",
"@furystack/http-api": "^0.4.0",
"@furystack/core": "^0.3.2",
"@furystack/http-api": "^0.4.3",
"@sensenet/client-utils": "^1.2.0",

@@ -62,0 +62,0 @@ "@types/ws": "^6.0.1",

@@ -46,3 +46,3 @@ import { IRole, IUser, visitorUser } from "@furystack/core";

constructor(private readonly identityService: IdentityService, private readonly incomingMessage: IncomingMessage, private ws: Ws, private readonly injector = new Injector()) {
constructor(private readonly identityService: IdentityService, private readonly incomingMessage: IncomingMessage, private ws: Ws, private readonly injector = Injector.Default) {

@@ -49,0 +49,0 @@ }

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