Socket
Socket
Sign inDemoInstall

@feathersjs/rest-client

Package Overview
Dependencies
Maintainers
3
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/rest-client - npm Package Compare versions

Comparing version 5.0.22 to 5.0.23

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # 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))
## [5.0.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15)

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

18

package.json
{
"name": "@feathersjs/rest-client",
"description": "REST client services for different Ajax libraries",
"version": "5.0.22",
"version": "5.0.23",
"homepage": "https://feathersjs.com",

@@ -56,5 +56,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",
"@types/superagent": "^8.1.3",

@@ -64,7 +64,7 @@ "qs": "^6.11.2"

"devDependencies": {
"@feathersjs/express": "^5.0.22",
"@feathersjs/memory": "^5.0.22",
"@feathersjs/tests": "^5.0.22",
"@feathersjs/express": "^5.0.23",
"@feathersjs/memory": "^5.0.23",
"@feathersjs/tests": "^5.0.23",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"@types/node-fetch": "^2.6.11",

@@ -81,3 +81,3 @@ "@types/qs": "^6.9.11",

},
"gitHead": "c9511d98096de531fbea100d8e0f5b30e47ce17e"
"gitHead": "745bc6a5af6f6b4a14cccc2915ad7670d7fcd558"
}
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