Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

impress

Package Overview
Dependencies
Maintainers
0
Versions
719
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

impress - npm Package Compare versions

Comparing version 3.0.15 to 3.0.16

4

impress.js

@@ -201,3 +201,3 @@ 'use strict';

const stop = async (code = 0) => {
const stop = async (signal = 'SIGINT', code = 0) => {
const portsClosed = new Promise((resolve) => {

@@ -218,3 +218,3 @@ impress.console.info('Graceful shutdown in worker 0');

await portsClosed;
exit('Application server stopped', code);
exit(`Application server stopped by ${signal}`, code);
};

@@ -221,0 +221,0 @@

{
"name": "impress",
"version": "3.0.15",
"version": "3.0.16",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -63,28 +63,25 @@ "description": "Enterprise application server for Node.js",

"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "^18.15 || 20 || 21"
"node": "^18.15 || 20 || 21 || 22"
},
"dependencies": {
"metacom": "^3.2.3",
"metaconfiguration": "^3.0.0",
"metalog": "^3.1.14",
"metaschema": "^2.2.0",
"metautil": "^5.2.2",
"metavm": "^1.4.1",
"metawatch": "^1.2.1"
"metacom": "^3.2.4",
"metaconfiguration": "^3.0.1",
"metalog": "^3.1.15",
"metaschema": "^2.2.1",
"metautil": "^5.2.3",
"metavm": "^1.4.2",
"metawatch": "^1.2.2"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/ws": "^8.5.10",
"eslint": "^8.56.0",
"eslint-config-metarhia": "^8.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"metatests": "^0.8.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"@types/node": "^22.5.1",
"@types/ws": "^8.5.12",
"eslint": "^9.9.1",
"eslint-config-metarhia": "^9.0.5",
"metatests": "^0.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
}
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