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

@koa-boot/server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koa-boot/server - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

dist/utils/logger.js

@@ -17,2 +17,8 @@ "use strict";

function log(type, ...messages) {
messages = messages.map((message) => {
if (typeof message === "function") {
return chalk_1.cyan(message.name);
}
return message;
});
console.log(`${chalk_1.greenBright("[Koa-Boot]")} ${type} ${chalk_1.gray(`(${getFormatedDate()})`)}`, ...messages);

@@ -19,0 +25,0 @@ }

2

package.json
{
"name": "@koa-boot/server",
"version": "0.1.3",
"version": "0.1.4",
"description": "A SpringBoot-like lightweight web framework based on Koa.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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