Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.0 to 1.5.0

lib/template/launch.json

1

lib/index.js

@@ -146,2 +146,3 @@ #!/usr/bin/env node

helper.mkDir(projectRootPath);
copyFile('launch.json', projectRootPath + '.vscode/launch.json');
copyFile('package.txt', projectRootPath + 'package.json');

@@ -148,0 +149,0 @@ copyFile('tsconfig.txt', projectRootPath + 'tsconfig.json');

6

lib/template/model/thinkorm.ts

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

* @ license: Apache License 2.0
* @ version: 2019-10-16 18:55:16
* @ version: 2019-11-05 11:14:26
*/

@@ -24,5 +24,5 @@ import { BaseModel } from "thinkorm";

id: { //用户ID
type: 'string',
type: 'integer',
pk: true,
size: 50
size: 11
}

@@ -29,0 +29,0 @@ };

{
"name": "koatty_cli",
"version": "1.4.0",
"version": "1.5.0",
"description": "Koatty command line tool.",

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

Sorry, the diff of this file is not supported yet

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