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

4

CHANGELOG.md

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

## [5.0.14](https://github.com/feathersjs/feathers/compare/v5.0.13...v5.0.14) (2024-01-05)
**Note:** Version bump only for package @feathersjs/cli
## [5.0.13](https://github.com/feathersjs/feathers/compare/v5.0.12...v5.0.13) (2023-12-29)

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

46

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

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

"dependencies": {
"@feathersjs/generators": "^5.0.13",
"@feathersjs/generators": "^5.0.14",
"chalk": "^4.0.1",

@@ -61,30 +61,30 @@ "commander": "^11.1.0"

"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.13",
"@feathersjs/authentication": "^5.0.13",
"@feathersjs/authentication-client": "^5.0.13",
"@feathersjs/authentication-local": "^5.0.13",
"@feathersjs/authentication-oauth": "^5.0.13",
"@feathersjs/configuration": "^5.0.13",
"@feathersjs/errors": "^5.0.13",
"@feathersjs/express": "^5.0.13",
"@feathersjs/feathers": "^5.0.13",
"@feathersjs/knex": "^5.0.13",
"@feathersjs/koa": "^5.0.13",
"@feathersjs/mongodb": "^5.0.13",
"@feathersjs/rest-client": "^5.0.13",
"@feathersjs/schema": "^5.0.13",
"@feathersjs/socketio": "^5.0.13",
"@feathersjs/transport-commons": "^5.0.13",
"@feathersjs/typebox": "^5.0.13",
"@feathersjs/adapter-commons": "^5.0.14",
"@feathersjs/authentication": "^5.0.14",
"@feathersjs/authentication-client": "^5.0.14",
"@feathersjs/authentication-local": "^5.0.14",
"@feathersjs/authentication-oauth": "^5.0.14",
"@feathersjs/configuration": "^5.0.14",
"@feathersjs/errors": "^5.0.14",
"@feathersjs/express": "^5.0.14",
"@feathersjs/feathers": "^5.0.14",
"@feathersjs/knex": "^5.0.14",
"@feathersjs/koa": "^5.0.14",
"@feathersjs/mongodb": "^5.0.14",
"@feathersjs/rest-client": "^5.0.14",
"@feathersjs/schema": "^5.0.14",
"@feathersjs/socketio": "^5.0.14",
"@feathersjs/transport-commons": "^5.0.14",
"@feathersjs/typebox": "^5.0.14",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/prettier": "^2.7.3",
"axios": "^1.6.2",
"axios": "^1.6.3",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"type-fest": "^4.8.3",
"type-fest": "^4.9.0",
"typescript": "^5.3.3"
},
"gitHead": "486f4e781015f05944f3200da277a9e50759f513"
"gitHead": "43e752653271566e8a397a8b82cd6e45fcbc6768"
}