New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@feathersjs/socketio-client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/socketio-client - npm Package Versions

daffl
published 4.3.1 •

Changelog

Source

4.3.1 (2019-09-09)

Bug Fixes

  • Fix regression in transport commons (#1551) (ed9e934)
  • Omit standard protocol ports from the default hostname (#1543) (ef16d29)
  • Use long-timeout for JWT expiration timers (#1552) (65637ec)
daffl
published 4.3.0 •

Changelog

Source

4.3.0 (2019-08-27)

Bug Fixes

  • Only remove token on NotAuthenticated error in authentication client and handle error better (#1525) (13a8758)
daffl
published 4.3.0-pre.4 •

Changelog

Source

4.3.0-pre.4 (2019-08-22)

Bug Fixes

  • Fix auth publisher mistake (08bad61)
daffl
published 4.3.0-pre.3 •

Changelog

Source

4.3.0-pre.3 (2019-08-19)

Bug Fixes

  • Expire and remove authenticated real-time connections (#1512) (2707c33)
  • Update all dependencies (7d53a00)
  • Use WeakMap to connect socket to connection (#1509) (64807e3)

Features

daffl
published 4.3.0-pre.2 •

Changelog

Source

4.3.0-pre.2 (2019-08-02)

Bug Fixes

  • @feathersjs/adapter-commons: update id is non-nullable (#1468) (43ec802)
  • Add getEntityId to JWT strategy and fix legacy Socket authentication (#1488) (9a3b324)
  • Add method to reliably get default authentication service (#1470) (e542cb3)
  • Do not error in authentication client on logout (#1473) (8211b98)
  • Improve Params typing (#1474) (54a3aa7)
daffl
published 4.3.0-pre.1 •

Changelog

Source

4.3.0-pre.1 (2019-07-11)

Note: Version bump only for package feathers

daffl
published 4.0.0-pre.5 •

Changelog

Source

4.0.0-pre.5 (2019-07-10)

Bug Fixes

  • Fix feathers-memory dependency that did not get updated (9422b13)
  • Remove unnecessary top level export files in @feathersjs/express (#1442) (73c3fb2)

Features

  • @feathersjs/express allow to pass an existing Express application instance (#1446) (853a6b0)
daffl
published 4.0.0-pre.4 •

Changelog

Source

4.0.0-pre.4 (2019-07-05)

Bug Fixes

  • @feathersjs/adapter-commons: remove data from remove arguments (#1426) (fd54ae9)
  • @feathersjs/express: allow middleware arrays (#1421) (b605ab8)
  • @feathersjs/express: replace reduce with map (#1429) (44542e9)
  • Clean up hooks code (#1407) (f25c88b)
  • Fix @feathersjs/feathers typings http import (abbc07b)
  • Fix OpenCollective link (28888a1)
  • Improve transport-commons types (#1396) (f9d8536)
  • Updated typings for ServiceMethods (#1409) (b5ee7e2)

Features

  • adapter-commons: add allowsMulti(method) to AdapterService (#1431) (e688851)
  • Add hook-less methods and service option types to adapter-commons (#1433) (857f54a)
daffl
published 4.0.0-pre.3 •

Changelog

Source

4.0.0-pre.3 (2019-06-01)

Bug Fixes

  • Make oAuth paths more consistent and improve authentication client (#1377) (adb2543)
  • Set authenticated: true after successful authentication (#1367) (9918cff)
  • Typings fix and improvements. (#1364) (515b916)
  • Update dependencies and fix tests (#1373) (d743a7f)
daffl
published 4.0.0-pre.2 •

Changelog

Source

4.0.0-pre.2 (2019-05-15)

Bug Fixes

Features