🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@axiosleo/koapp

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axiosleo/koapp - npm Package Compare versions

Comparing version
1.1.2
to
1.1.3
+1
-1
assets/tmpl/services/package.json.tmpl

@@ -22,3 +22,3 @@ {

"dependencies": {
"@axiosleo/koapp": "^1.1.2",
"@axiosleo/koapp": "^1.1.3",
"@axiosleo/orm-mysql": "^0.11.2",

@@ -25,0 +25,0 @@ "cluster": "^0.7.7",

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

bin: 'koapp',
version: '1.1.2',
version: '1.1.3',
commands_dir: path.join(__dirname, '../commands'),

@@ -15,0 +15,0 @@ });

{
"name": "@axiosleo/koapp",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

@@ -5,0 +5,0 @@ "author": "AxiosLeo",

@@ -41,2 +41,5 @@ 'use strict';

params.push(t.substring(2, t.length - 1));
} else if (t.indexOf(':') === 0) {
key = '*';
params.push(t.substring(1));
} else {

@@ -43,0 +46,0 @@ key = t;