New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koatty_cli

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_cli - npm Package Compare versions

Comparing version 3.7.2 to 3.7.3

8

.vscode/launch.json

@@ -15,7 +15,7 @@ {

"args": [
"controller",
// "controller", "-t", "grpc", "test",
"new",
"-t",
"grpc",
"test",
// "new", "-t", "middleware", "hello",
"middleware",
"hello",
// "proto", "test",

@@ -22,0 +22,0 @@ ],

@@ -5,2 +5,9 @@ # Changelog

### [3.7.3](https://github.com/koatty/koatty_cli/compare/v3.7.2...v3.7.3) (2023-01-13)
### Bug Fixes
* rm .git ([a2e0144](https://github.com/koatty/koatty_cli/commit/a2e0144d04f0e96f63b2a53a0adc02be05d15993))
### [3.7.2](https://github.com/koatty/koatty_cli/compare/v3.7.1...v3.7.2) (2023-01-06)

@@ -7,0 +14,0 @@

{
"name": "koatty_cli",
"version": "3.7.2",
"version": "3.7.3",
"description": "Koatty command line tool.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -6,3 +6,3 @@ /*

* @Date: 2020-12-08 15:08:37
* @LastEditTime: 2022-11-05 11:51:07
* @LastEditTime: 2023-01-13 16:57:20
*/

@@ -98,2 +98,4 @@

}));
console.log(`${projectDir}/.git`);
await ufs.rmDir(`${projectDir}/.git`);
} catch (err) {

@@ -113,3 +115,3 @@ log.error(err && err.message);

log.log(' Install dependencies:');
log.log(' $ yarn or npm install');
log.log(' $ npm install');
log.log();

@@ -116,0 +118,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc