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 1.10.0 to 1.10.1

14

lib/template/App.ts

@@ -5,3 +5,3 @@ /**

* @ license: Apache License 2.0
* @ version: 2019-10-16 18:31:53
* @ version: 2019-12-18 09:47:14
*/

@@ -11,3 +11,13 @@ import { Koatty, Bootstrap } from "koatty";

@Bootstrap()
@Bootstrap(
//bootstrap function
// (app: any) => {
//调整libuv线程池大小
// process.env.UV_THREADPOOL_SIZE = "128";
//忽略https自签名验证
// process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
//运行环境
// process.env.RUN_TIME = 'development';
// }
)
// @ComponentScan('./')

@@ -14,0 +24,0 @@ // @ConfiguationScan('./config')

@@ -5,3 +5,3 @@ /**

* @ license: Apache License 2.0
* @ version: 2019-10-30 15:27:21
* @ version: 2019-12-18 09:49:09
*/

@@ -15,2 +15,6 @@ import { Controller, BaseController, GetMaping, PathVariable, RequestBody } from "koatty";

/**
* Custom constructor
*
*/
init() {

@@ -17,0 +21,0 @@ //...

@@ -5,3 +5,3 @@ /**

* @ license: Apache License 2.0
* @ version: 2019-10-30 15:28:23
* @ version: 2019-12-18 09:48:56
*/

@@ -15,2 +15,6 @@ import { Controller, BaseController, GetMaping } from "koatty";

/**
* Custom constructor
*
*/
init() {

@@ -17,0 +21,0 @@ //...

@@ -5,3 +5,3 @@ /**

* @ license: Apache License 2.0
* @ version: 2019-11-05 11:14:26
* @ version: 2019-12-18 09:48:40
*/

@@ -18,2 +18,6 @@ import { BaseModel } from "thinkorm";

/**
* Custom constructor
*
*/
init() {

@@ -20,0 +24,0 @@ // 模型名称

@@ -5,3 +5,3 @@ /**

* @ license: Apache License 2.0
* @ version: 2019-11-08 12:34:58
* @ version: 2019-12-18 09:48:19
*/

@@ -15,2 +15,6 @@ import { Service, Base } from "koatty";

/**
* Custom constructor
*
*/
init() {

@@ -17,0 +21,0 @@ //property

2

package.json
{
"name": "koatty_cli",
"version": "1.10.0",
"version": "1.10.1",
"description": "Koatty command line tool.",

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

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