Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
Maintainers
4
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/socketio - npm Package Compare versions

Comparing version 4.3.11 to 4.4.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
### Features
* **authentication:** Add parseStrategies to allow separate strategies for creating JWTs and parsing headers ([#1708](https://github.com/feathersjs/feathers/issues/1708)) ([5e65629](https://github.com/feathersjs/feathers/commit/5e65629b924724c3e81d7c81df047e123d1c8bd7))
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)

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

3

lib/middleware.js

@@ -26,3 +26,4 @@ const debug = require('debug')('@feathersjs/socketio/middleware');

const { authStrategies = [] } = service.configuration;
const config = service.configuration;
const authStrategies = config.parseStrategies || config.authStrategies || [];

@@ -29,0 +30,0 @@ if (authStrategies.length === 0) {

{
"name": "@feathersjs/socketio",
"description": "The Feathers Socket.io real-time API provider",
"version": "4.3.11",
"version": "4.4.0",
"homepage": "https://feathersjs.com",

@@ -31,3 +31,3 @@ "main": "lib/",

"engines": {
"node": ">= 6"
"node": ">= 12"
},

@@ -44,3 +44,3 @@ "scripts": {

"dependencies": {
"@feathersjs/transport-commons": "^4.3.11",
"@feathersjs/transport-commons": "^4.4.0",
"@types/socket.io": "^2.1.4",

@@ -53,5 +53,5 @@ "debug": "^4.1.1",

"@feathersjs/commons": "^4.3.7",
"@feathersjs/express": "^4.3.11",
"@feathersjs/feathers": "^4.3.11",
"@feathersjs/tests": "^4.3.11",
"@feathersjs/express": "^4.4.0",
"@feathersjs/feathers": "^4.4.0",
"@feathersjs/tests": "^4.4.0",
"feathers-memory": "^4.1.0",

@@ -62,3 +62,3 @@ "lodash": "^4.17.15",

},
"gitHead": "2d95bfd7a7cf064ef95925649b45b3ebecdb86c4"
"gitHead": "e157e5f1e149a843377cb38f0a72ac191ecc3b45"
}
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