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

impress-cli

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

impress-cli - npm Package Compare versions

Comparing version 0.4.28 to 0.4.29

5

cli.js

@@ -182,4 +182,5 @@ #!/usr/bin/env node

const finalize = () => {
fs.unlink('./run.pid');
doExit();
fs.unlink('./run.pid', () => {
doExit();
});
};

@@ -186,0 +187,0 @@

4

package.json
{
"name": "impress-cli",
"version": "0.4.28",
"version": "0.4.29",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -37,3 +37,3 @@ "description": "Impress Application Server Command line interface",

"concolor": "^0.1.8",
"metasync": "^0.3.28",
"metasync": "^0.3.29",
"ncp": "^2.0.0"

@@ -40,0 +40,0 @@ },

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