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

@feathersjs/cli

Package Overview
Dependencies
Maintainers
0
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/cli - npm Package Compare versions

Comparing version

to
5.0.33

6

CHANGELOG.md

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

## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24)
### Bug Fixes
- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217))
## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01)

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

44

package.json
{
"name": "@feathersjs/cli",
"description": "The command line interface for creating Feathers applications",
"version": "5.0.32",
"version": "5.0.33",
"homepage": "https://feathersjs.com",

@@ -56,3 +56,3 @@ "main": "lib/index.js",

"dependencies": {
"@feathersjs/generators": "^5.0.32",
"@feathersjs/generators": "^5.0.33",
"chalk": "^5.4.1",

@@ -62,21 +62,21 @@ "commander": "^13.1.0"

"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.32",
"@feathersjs/authentication": "^5.0.32",
"@feathersjs/authentication-client": "^5.0.32",
"@feathersjs/authentication-local": "^5.0.32",
"@feathersjs/authentication-oauth": "^5.0.32",
"@feathersjs/configuration": "^5.0.32",
"@feathersjs/errors": "^5.0.32",
"@feathersjs/express": "^5.0.32",
"@feathersjs/feathers": "^5.0.32",
"@feathersjs/knex": "^5.0.32",
"@feathersjs/koa": "^5.0.32",
"@feathersjs/mongodb": "^5.0.32",
"@feathersjs/rest-client": "^5.0.32",
"@feathersjs/schema": "^5.0.32",
"@feathersjs/socketio": "^5.0.32",
"@feathersjs/transport-commons": "^5.0.32",
"@feathersjs/typebox": "^5.0.32",
"@feathersjs/adapter-commons": "^5.0.33",
"@feathersjs/authentication": "^5.0.33",
"@feathersjs/authentication-client": "^5.0.33",
"@feathersjs/authentication-local": "^5.0.33",
"@feathersjs/authentication-oauth": "^5.0.33",
"@feathersjs/configuration": "^5.0.33",
"@feathersjs/errors": "^5.0.33",
"@feathersjs/express": "^5.0.33",
"@feathersjs/feathers": "^5.0.33",
"@feathersjs/knex": "^5.0.33",
"@feathersjs/koa": "^5.0.33",
"@feathersjs/mongodb": "^5.0.33",
"@feathersjs/rest-client": "^5.0.33",
"@feathersjs/schema": "^5.0.33",
"@feathersjs/socketio": "^5.0.33",
"@feathersjs/transport-commons": "^5.0.33",
"@feathersjs/typebox": "^5.0.33",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.0",
"@types/node": "^22.13.5",
"@types/prettier": "^2.7.3",

@@ -87,6 +87,6 @@ "axios": "^1.7.9",

"ts-node": "^10.9.2",
"type-fest": "^4.33.0",
"type-fest": "^4.35.0",
"typescript": "^5.7.3"
},
"gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6"
"gitHead": "7094b3f569b12d817f9fb4be2144342d331878f4"
}