Socket
Socket
Sign inDemoInstall

@furystack/websocket-api

Package Overview
Dependencies
20
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.1 to 9.0.2

esm/actions/whoami.d.ts

4

esm/helpers.js

@@ -1,3 +0,3 @@

import { WebSocketApi } from './websocket-api';
import { WebSocketApiSettings } from './websocket-api-settings';
import { WebSocketApi } from './websocket-api.js';
import { WebSocketApiSettings } from './websocket-api-settings.js';
/**

@@ -4,0 +4,0 @@ * Registers a WebSocket API on a current injector instance.

@@ -1,5 +0,5 @@

export * from './websocket-api';
export * from './websocket-api-settings';
export * from './models';
export * from './helpers';
export * from './websocket-api.js';
export * from './websocket-api-settings.js';
export * from './models/index.js';
export * from './helpers.js';
//# sourceMappingURL=index.js.map

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

export * from './websocket-action';
export * from './websocket-action.js';
//# sourceMappingURL=index.js.map

@@ -8,3 +8,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { Injectable } from '@furystack/inject';
import { WhoAmI } from './actions/whoami';
import { WhoAmI } from './actions/whoami.js';
/**

@@ -11,0 +11,0 @@ * A configuration object for FuryStack WebSocket API

@@ -16,5 +16,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import ws from 'ws';
import { WebSocketApiSettings } from './websocket-api-settings';
import { WebSocketApiSettings } from './websocket-api-settings.js';
import { AggregatedError, IdentityContext } from '@furystack/core';
import { WebsocketUserContext } from './websocket-user-context';
import { WebsocketUserContext } from './websocket-user-context.js';
/**

@@ -21,0 +21,0 @@ * A WebSocket API implementation for FuryStack

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

@@ -11,12 +11,3 @@ "type": "module",

".": {
"import": "./esm/index.js",
"types": "./types/index.d.ts"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"*": [
"types/*"
]
"import": "./esm/index.js"
}

@@ -47,6 +38,6 @@ },

"dependencies": {
"@furystack/core": "^12.0.1",
"@furystack/inject": "^8.0.1",
"@furystack/rest-service": "^7.0.1",
"@furystack/utils": "^4.0.1",
"@furystack/core": "^12.0.2",
"@furystack/inject": "^8.0.2",
"@furystack/rest-service": "^7.0.2",
"@furystack/utils": "^4.0.2",
"ws": "^8.13.0"

@@ -53,0 +44,0 @@ },

@@ -5,3 +5,3 @@ import { HttpUserContext } from '@furystack/rest-service'

import ws from 'ws'
import type { WebSocketAction } from '../models/websocket-action'
import type { WebSocketAction } from '../models/websocket-action.js'
import type { IncomingMessage } from 'http'

@@ -8,0 +8,0 @@

import type { Injector } from '@furystack/inject'
import { WebSocketApi } from './websocket-api'
import { WebSocketApiSettings } from './websocket-api-settings'
import { WebSocketApi } from './websocket-api.js'
import { WebSocketApiSettings } from './websocket-api-settings.js'

@@ -5,0 +5,0 @@ /**

@@ -1,4 +0,4 @@

export * from './websocket-api'
export * from './websocket-api-settings'
export * from './models'
export * from './helpers'
export * from './websocket-api.js'
export * from './websocket-api-settings.js'
export * from './models/index.js'
export * from './helpers.js'

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

export * from './websocket-action'
export * from './websocket-action.js'
import type { Constructable } from '@furystack/inject'
import { Injectable } from '@furystack/inject'
import { WhoAmI } from './actions/whoami'
import type { WebSocketAction, WebSocketActionStatic } from '.'
import { WhoAmI } from './actions/whoami.js'
import type { WebSocketAction, WebSocketActionStatic } from './models/websocket-action.js'

@@ -6,0 +6,0 @@ /**

@@ -10,6 +10,6 @@ import { URL } from 'url'

import ws from 'ws'
import { WebSocketApiSettings } from './websocket-api-settings'
import type { WebSocketAction } from './models'
import { WebSocketApiSettings } from './websocket-api-settings.js'
import type { WebSocketAction } from './models/websocket-action.js'
import { AggregatedError, IdentityContext } from '@furystack/core'
import { WebsocketUserContext } from './websocket-user-context'
import { WebsocketUserContext } from './websocket-user-context.js'

@@ -16,0 +16,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc