Socket
Socket
Sign inDemoInstall

@feathersjs/transport-commons

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/transport-commons - npm Package Compare versions

Comparing version 5.0.22 to 5.0.23

7

CHANGELOG.md

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

## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25)
### Bug Fixes
- **core:** Update to latest feathersjs/hooks ([#3434](https://github.com/feathersjs/feathers/issues/3434)) ([1499ccc](https://github.com/feathersjs/feathers/commit/1499ccc41fb3ebba97b2c84e0cb19bc48ad3c651))
- **transport-commons:** Properly delete route data ([#3433](https://github.com/feathersjs/feathers/issues/3433)) ([af01bdb](https://github.com/feathersjs/feathers/commit/af01bdbe050dd428d6fffefa1874e9a6e4182bad))
## [5.0.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15)

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

1

lib/routing/router.js

@@ -41,2 +41,3 @@ "use strict";

if (path.length === this.depth) {
delete this.data;
return;

@@ -43,0 +44,0 @@ }

12

package.json
{
"name": "@feathersjs/transport-commons",
"description": "Shared functionality for websocket providers",
"version": "5.0.22",
"version": "5.0.23",
"homepage": "https://feathersjs.com",

@@ -57,5 +57,5 @@ "main": "lib/",

"dependencies": {
"@feathersjs/commons": "^5.0.22",
"@feathersjs/errors": "^5.0.22",
"@feathersjs/feathers": "^5.0.22",
"@feathersjs/commons": "^5.0.23",
"@feathersjs/errors": "^5.0.23",
"@feathersjs/feathers": "^5.0.23",
"encodeurl": "^1.0.2",

@@ -68,3 +68,3 @@ "lodash": "^4.17.21"

"@types/mocha": "^10.0.6",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"mocha": "^10.3.0",

@@ -75,3 +75,3 @@ "shx": "^0.3.4",

},
"gitHead": "c9511d98096de531fbea100d8e0f5b30e47ce17e"
"gitHead": "745bc6a5af6f6b4a14cccc2915ad7670d7fcd558"
}

@@ -60,2 +60,3 @@ import { stripSlashes } from '@feathersjs/commons'

if (path.length === this.depth) {
delete this.data
return

@@ -62,0 +63,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