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

8

CHANGELOG.md

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

## [5.0.7](https://github.com/feathersjs/feathers/compare/v5.0.6...v5.0.7) (2023-07-14)
**Note:** Version bump only for package @feathersjs/cli
## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15)

@@ -8,0 +16,0 @@

48

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

@@ -55,26 +55,26 @@ "main": "lib/",

"dependencies": {
"@feathersjs/generators": "^5.0.6",
"@feathersjs/generators": "^5.0.7",
"chalk": "^4.0.1",
"commander": "^10.0.1"
"commander": "^11.0.0"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.6",
"@feathersjs/authentication": "^5.0.6",
"@feathersjs/authentication-client": "^5.0.6",
"@feathersjs/authentication-local": "^5.0.6",
"@feathersjs/authentication-oauth": "^5.0.6",
"@feathersjs/configuration": "^5.0.6",
"@feathersjs/errors": "^5.0.6",
"@feathersjs/express": "^5.0.6",
"@feathersjs/feathers": "^5.0.6",
"@feathersjs/knex": "^5.0.6",
"@feathersjs/koa": "^5.0.6",
"@feathersjs/mongodb": "^5.0.6",
"@feathersjs/rest-client": "^5.0.6",
"@feathersjs/schema": "^5.0.6",
"@feathersjs/socketio": "^5.0.6",
"@feathersjs/transport-commons": "^5.0.6",
"@feathersjs/typebox": "^5.0.6",
"@feathersjs/adapter-commons": "^5.0.7",
"@feathersjs/authentication": "^5.0.7",
"@feathersjs/authentication-client": "^5.0.7",
"@feathersjs/authentication-local": "^5.0.7",
"@feathersjs/authentication-oauth": "^5.0.7",
"@feathersjs/configuration": "^5.0.7",
"@feathersjs/errors": "^5.0.7",
"@feathersjs/express": "^5.0.7",
"@feathersjs/feathers": "^5.0.7",
"@feathersjs/knex": "^5.0.7",
"@feathersjs/koa": "^5.0.7",
"@feathersjs/mongodb": "^5.0.7",
"@feathersjs/rest-client": "^5.0.7",
"@feathersjs/schema": "^5.0.7",
"@feathersjs/socketio": "^5.0.7",
"@feathersjs/transport-commons": "^5.0.7",
"@feathersjs/typebox": "^5.0.7",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.1",
"@types/node": "^20.4.2",
"@types/prettier": "^2.7.3",

@@ -85,6 +85,6 @@ "axios": "^1.4.0",

"ts-node": "^10.9.1",
"type-fest": "^3.12.0",
"typescript": "^5.1.3"
"type-fest": "^3.13.0",
"typescript": "^5.1.6"
},
"gitHead": "71ac655d260fbc9aa65cd5b9a6c088f0187ace4e"
"gitHead": "1ab855487d2dfacb114339c634621357bce3a56a"
}