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

@piigo/expresslib

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@piigo/expresslib - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

2

index.d.ts

@@ -11,3 +11,3 @@ import * as e from "express";

*/
function start(silent?: boolean): void;
function start(callback?: Function, silent?: boolean): void;
/**

@@ -14,0 +14,0 @@ * Use one or more request handlers (similar to express.use)

@@ -20,3 +20,3 @@ const http = require('http');

async function start(silent = false) {
async function start(callback, silent = false) {
try {

@@ -41,2 +41,3 @@

if (!silent) console.log(`Listenning on ${process.env.appHost}:${process.env.appPort}`);
callback();
});

@@ -43,0 +44,0 @@

{
"name": "@piigo/expresslib",
"version": "1.9.0",
"version": "1.10.0",
"description": "Library to manage express",

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

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