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
3
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.25

4

CHANGELOG.md

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

## [5.0.25](https://github.com/feathersjs/feathers/compare/v5.0.24...v5.0.25) (2024-05-03)
**Note:** Version bump only for package @feathersjs/cli
## [5.0.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13)

@@ -8,0 +12,0 @@

50

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

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

"dependencies": {
"@feathersjs/generators": "^5.0.24",
"@feathersjs/generators": "^5.0.25",
"chalk": "^5.3.0",

@@ -62,30 +62,30 @@ "commander": "^12.0.0"

"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.24",
"@feathersjs/authentication": "^5.0.24",
"@feathersjs/authentication-client": "^5.0.24",
"@feathersjs/authentication-local": "^5.0.24",
"@feathersjs/authentication-oauth": "^5.0.24",
"@feathersjs/configuration": "^5.0.24",
"@feathersjs/errors": "^5.0.24",
"@feathersjs/express": "^5.0.24",
"@feathersjs/feathers": "^5.0.24",
"@feathersjs/knex": "^5.0.24",
"@feathersjs/koa": "^5.0.24",
"@feathersjs/mongodb": "^5.0.24",
"@feathersjs/rest-client": "^5.0.24",
"@feathersjs/schema": "^5.0.24",
"@feathersjs/socketio": "^5.0.24",
"@feathersjs/transport-commons": "^5.0.24",
"@feathersjs/typebox": "^5.0.24",
"@feathersjs/adapter-commons": "^5.0.25",
"@feathersjs/authentication": "^5.0.25",
"@feathersjs/authentication-client": "^5.0.25",
"@feathersjs/authentication-local": "^5.0.25",
"@feathersjs/authentication-oauth": "^5.0.25",
"@feathersjs/configuration": "^5.0.25",
"@feathersjs/errors": "^5.0.25",
"@feathersjs/express": "^5.0.25",
"@feathersjs/feathers": "^5.0.25",
"@feathersjs/knex": "^5.0.25",
"@feathersjs/koa": "^5.0.25",
"@feathersjs/mongodb": "^5.0.25",
"@feathersjs/rest-client": "^5.0.25",
"@feathersjs/schema": "^5.0.25",
"@feathersjs/socketio": "^5.0.25",
"@feathersjs/transport-commons": "^5.0.25",
"@feathersjs/typebox": "^5.0.25",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"@types/node": "^20.12.8",
"@types/prettier": "^2.7.3",
"axios": "^1.6.7",
"mocha": "^10.3.0",
"axios": "^1.6.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"type-fest": "^4.12.0",
"typescript": "^5.4.2"
"type-fest": "^4.18.1",
"typescript": "^5.4.5"
},
"gitHead": "09519fb1c454ea718747a09797bc6dfd3b6a79a3"
"gitHead": "01bc3339efd27df1b3e8d4f6a82152faf6c5ced3"
}