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.3.1 to 1.3.2

5

lib/template/middleware/TypeormMid.ts

@@ -5,5 +5,4 @@ /**

* @ license: Apache License 2.0
* @ version: 2019-10-18 17:54:43
* @ version: 2019-10-18 19:40:23
*/
import * as Koa from "koa";
import { Middleware, helper, logger } from "koatty";

@@ -41,3 +40,3 @@ import { createConnection, Connection, BaseApp } from "typeorm";

});
return async function (ctx: Koa.Context, next: any) {
return async function (ctx: any, next: any) {
if (!app.connection) {

@@ -44,0 +43,0 @@ await conn();

6

lib/template/tsconfig.txt
{
"compilerOptions": {
/* Basic Options */
"target": "es2019" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"target": "es2017" /* Specify ECMAScript target version: 'es3' (default), 'es5', 'es2015', 'es2016', 'es2017', or 'esnext'. */,
"module": "commonjs" /* Specify module code generation: 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'esnext'. */,
"lib": [
"es2019"
"es2017"
]

@@ -9,0 +9,0 @@ /* Specify library files to be included in the compilation: */ ,

@@ -72,2 +72,3 @@ {

"no-var-requires": false,
"no-magic-numbers": false,
"only-arrow-functions": false,

@@ -74,0 +75,0 @@ "no-parameter-reassignment": false,

{
"name": "koatty_cli",
"version": "1.3.1",
"version": "1.3.2",
"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