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.0-pre.37

4

CHANGELOG.md

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

# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
**Note:** Version bump only for package @feathersjs/cli
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29)

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

46

package.json
{
"name": "@feathersjs/cli",
"description": "The command line interface for creating Feathers applications",
"version": "5.0.0-pre.36",
"version": "5.0.0-pre.37",
"homepage": "https://feathersjs.com",

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

"dependencies": {
"@feathersjs/generators": "^5.0.0-pre.36",
"@feathersjs/generators": "^5.0.0-pre.37",
"chalk": "^4.0.1",

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

"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.0-pre.36",
"@feathersjs/authentication": "^5.0.0-pre.36",
"@feathersjs/authentication-client": "^5.0.0-pre.36",
"@feathersjs/authentication-local": "^5.0.0-pre.36",
"@feathersjs/authentication-oauth": "^5.0.0-pre.36",
"@feathersjs/configuration": "^5.0.0-pre.36",
"@feathersjs/errors": "^5.0.0-pre.36",
"@feathersjs/express": "^5.0.0-pre.36",
"@feathersjs/feathers": "^5.0.0-pre.36",
"@feathersjs/knex": "^5.0.0-pre.36",
"@feathersjs/koa": "^5.0.0-pre.36",
"@feathersjs/mongodb": "^5.0.0-pre.36",
"@feathersjs/rest-client": "^5.0.0-pre.36",
"@feathersjs/schema": "^5.0.0-pre.36",
"@feathersjs/socketio": "^5.0.0-pre.36",
"@feathersjs/transport-commons": "^5.0.0-pre.36",
"@feathersjs/typebox": "^5.0.0-pre.36",
"@feathersjs/adapter-commons": "^5.0.0-pre.37",
"@feathersjs/authentication": "^5.0.0-pre.37",
"@feathersjs/authentication-client": "^5.0.0-pre.37",
"@feathersjs/authentication-local": "^5.0.0-pre.37",
"@feathersjs/authentication-oauth": "^5.0.0-pre.37",
"@feathersjs/configuration": "^5.0.0-pre.37",
"@feathersjs/errors": "^5.0.0-pre.37",
"@feathersjs/express": "^5.0.0-pre.37",
"@feathersjs/feathers": "^5.0.0-pre.37",
"@feathersjs/knex": "^5.0.0-pre.37",
"@feathersjs/koa": "^5.0.0-pre.37",
"@feathersjs/mongodb": "^5.0.0-pre.37",
"@feathersjs/rest-client": "^5.0.0-pre.37",
"@feathersjs/schema": "^5.0.0-pre.37",
"@feathersjs/socketio": "^5.0.0-pre.37",
"@feathersjs/transport-commons": "^5.0.0-pre.37",
"@feathersjs/typebox": "^5.0.0-pre.37",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"axios": "^1.2.6",
"axios": "^1.3.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.3",
"typescript": "^4.9.4"
"type-fest": "^3.5.4",
"typescript": "^4.9.5"
},
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
"gitHead": "17a8b3b2614876772472d3cab3d96d45c01db6ed"
}