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

6

CHANGELOG.md

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

# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
### Features
- **generators:** Final tweaks to the generators ([#3060](https://github.com/feathersjs/feathers/issues/3060)) ([1bf1544](https://github.com/feathersjs/feathers/commit/1bf1544fa8deeaa44ba354fb539dc3f1fd187767))
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)

@@ -8,0 +14,0 @@

46

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

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

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

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

"devDependencies": {
"@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",
"@feathersjs/adapter-commons": "^5.0.0-pre.38",
"@feathersjs/authentication": "^5.0.0-pre.38",
"@feathersjs/authentication-client": "^5.0.0-pre.38",
"@feathersjs/authentication-local": "^5.0.0-pre.38",
"@feathersjs/authentication-oauth": "^5.0.0-pre.38",
"@feathersjs/configuration": "^5.0.0-pre.38",
"@feathersjs/errors": "^5.0.0-pre.38",
"@feathersjs/express": "^5.0.0-pre.38",
"@feathersjs/feathers": "^5.0.0-pre.38",
"@feathersjs/knex": "^5.0.0-pre.38",
"@feathersjs/koa": "^5.0.0-pre.38",
"@feathersjs/mongodb": "^5.0.0-pre.38",
"@feathersjs/rest-client": "^5.0.0-pre.38",
"@feathersjs/schema": "^5.0.0-pre.38",
"@feathersjs/socketio": "^5.0.0-pre.38",
"@feathersjs/transport-commons": "^5.0.0-pre.38",
"@feathersjs/typebox": "^5.0.0-pre.38",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/prettier": "^2.7.2",
"axios": "^1.3.0",
"axios": "^1.3.2",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.4",
"type-fest": "^3.5.7",
"typescript": "^4.9.5"
},
"gitHead": "17a8b3b2614876772472d3cab3d96d45c01db6ed"
"gitHead": "7fc86307438ae8cf3f71ce3b677be8bcc55768c1"
}
# @feathersjs/cli
[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/socketio)](https://david-dm.org/feathersjs/feathers?path=packages/cli)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/cli.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/cli)

@@ -6,0 +5,0 @@