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.0 to 1.3.1

6

lib/template/middleware/middleware.ts

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

* @ license: Apache License 2.0
* @ version: 2019-10-18 17:44:18
* @ version: 2019-10-18 19:24:10
*/
import { Middleware, helper, BaseApp } from "koatty";
import { Middleware, helper } from "koatty";
const defaultOpt = {

@@ -16,3 +16,3 @@ //默认配置项

export class <Middleware> {
run(options: any, app: BaseApp) {
run(options: any, app: any) {
options = helper.extend(defaultOpt, options);

@@ -19,0 +19,0 @@ //应用启动执行一次

{
"name": "koatty_cli",
"version": "1.3.0",
"version": "1.3.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