New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

akos-router

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akos-router - npm Package Compare versions

Comparing version

to
0.1.1

4

index.js

@@ -91,4 +91,4 @@ const path = require('path');

console.info(`Mapped: ${route.method} ${route.path} to ${controllerPath}.${route.action}`);
} else
console.warn(`Cannot find action ${route.action} in controller ${controllerPath}. Route '${JSON.stringify(route)}' is ignored.`);
} // else
// console.warn(`Cannot find action ${route.action} in controller ${controllerPath}. Route '${JSON.stringify(route)}' is ignored.`);
}

@@ -95,0 +95,0 @@

{
"name": "akos-router",
"description": "Akos Router",
"version": "0.1.0",
"version": "0.1.1",
"author": "Rainfore <rainforest92@126.com>",

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