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.29

4

CHANGELOG.md

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

## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10)
**Note:** Version bump only for package @feathersjs/cli
## [5.0.28](https://github.com/feathersjs/feathers/compare/v5.0.27...v5.0.28) (2024-07-10)

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

40

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

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

"dependencies": {
"@feathersjs/generators": "^5.0.28",
"@feathersjs/generators": "^5.0.29",
"chalk": "^5.3.0",

@@ -62,19 +62,19 @@ "commander": "^12.1.0"

"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.28",
"@feathersjs/authentication": "^5.0.28",
"@feathersjs/authentication-client": "^5.0.28",
"@feathersjs/authentication-local": "^5.0.28",
"@feathersjs/authentication-oauth": "^5.0.28",
"@feathersjs/configuration": "^5.0.28",
"@feathersjs/errors": "^5.0.28",
"@feathersjs/express": "^5.0.28",
"@feathersjs/feathers": "^5.0.28",
"@feathersjs/knex": "^5.0.28",
"@feathersjs/koa": "^5.0.28",
"@feathersjs/mongodb": "^5.0.28",
"@feathersjs/rest-client": "^5.0.28",
"@feathersjs/schema": "^5.0.28",
"@feathersjs/socketio": "^5.0.28",
"@feathersjs/transport-commons": "^5.0.28",
"@feathersjs/typebox": "^5.0.28",
"@feathersjs/adapter-commons": "^5.0.29",
"@feathersjs/authentication": "^5.0.29",
"@feathersjs/authentication-client": "^5.0.29",
"@feathersjs/authentication-local": "^5.0.29",
"@feathersjs/authentication-oauth": "^5.0.29",
"@feathersjs/configuration": "^5.0.29",
"@feathersjs/errors": "^5.0.29",
"@feathersjs/express": "^5.0.29",
"@feathersjs/feathers": "^5.0.29",
"@feathersjs/knex": "^5.0.29",
"@feathersjs/koa": "^5.0.29",
"@feathersjs/mongodb": "^5.0.29",
"@feathersjs/rest-client": "^5.0.29",
"@feathersjs/schema": "^5.0.29",
"@feathersjs/socketio": "^5.0.29",
"@feathersjs/transport-commons": "^5.0.29",
"@feathersjs/typebox": "^5.0.29",
"@types/mocha": "^10.0.7",

@@ -90,3 +90,3 @@ "@types/node": "^20.14.10",

},
"gitHead": "410ba7db8f3348d208e34511827302133d727ba3"
"gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2"
}