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

4

CHANGELOG.md

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

## [5.0.12](https://github.com/feathersjs/feathers/compare/v5.0.11...v5.0.12) (2023-11-28)
**Note:** Version bump only for package @feathersjs/cli
## [5.0.11](https://github.com/feathersjs/feathers/compare/v5.0.10...v5.0.11) (2023-10-11)

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

52

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

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

"dependencies": {
"@feathersjs/generators": "^5.0.11",
"@feathersjs/generators": "^5.0.12",
"chalk": "^4.0.1",
"commander": "^11.0.0"
"commander": "^11.1.0"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.11",
"@feathersjs/authentication": "^5.0.11",
"@feathersjs/authentication-client": "^5.0.11",
"@feathersjs/authentication-local": "^5.0.11",
"@feathersjs/authentication-oauth": "^5.0.11",
"@feathersjs/configuration": "^5.0.11",
"@feathersjs/errors": "^5.0.11",
"@feathersjs/express": "^5.0.11",
"@feathersjs/feathers": "^5.0.11",
"@feathersjs/knex": "^5.0.11",
"@feathersjs/koa": "^5.0.11",
"@feathersjs/mongodb": "^5.0.11",
"@feathersjs/rest-client": "^5.0.11",
"@feathersjs/schema": "^5.0.11",
"@feathersjs/socketio": "^5.0.11",
"@feathersjs/transport-commons": "^5.0.11",
"@feathersjs/typebox": "^5.0.11",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@feathersjs/adapter-commons": "^5.0.12",
"@feathersjs/authentication": "^5.0.12",
"@feathersjs/authentication-client": "^5.0.12",
"@feathersjs/authentication-local": "^5.0.12",
"@feathersjs/authentication-oauth": "^5.0.12",
"@feathersjs/configuration": "^5.0.12",
"@feathersjs/errors": "^5.0.12",
"@feathersjs/express": "^5.0.12",
"@feathersjs/feathers": "^5.0.12",
"@feathersjs/knex": "^5.0.12",
"@feathersjs/koa": "^5.0.12",
"@feathersjs/mongodb": "^5.0.12",
"@feathersjs/rest-client": "^5.0.12",
"@feathersjs/schema": "^5.0.12",
"@feathersjs/socketio": "^5.0.12",
"@feathersjs/transport-commons": "^5.0.12",
"@feathersjs/typebox": "^5.0.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/prettier": "^2.7.3",
"axios": "^1.5.1",
"axios": "^1.6.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^4.4.0",
"typescript": "^5.2.2"
"type-fest": "^4.8.2",
"typescript": "^5.3.2"
},
"gitHead": "91294817845178ff0e9d4709127cb3e46d3562be"
"gitHead": "9e0aadcee4f6ad45d4b364b7fa6f6caf6c7ed419"
}