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

express-file-api

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

express-file-api - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

bin/fe.ts

@@ -172,2 +172,8 @@ #!/usr/bin/env node

console.log(`[${options.basedir}]:${address.port}`)
});
});
process.on("SIGTERM",()=>{
server.close(()=>{
process.exit(0);
})
})

@@ -154,1 +154,6 @@ #!/usr/bin/env node

});
process.on("SIGTERM", function () {
server.close(function () {
process.exit(0);
});
});

9

package.json
{
"name": "express-file-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "Quickly boot up an express server using the file-system",

@@ -22,4 +22,4 @@ "license": "ISC",

"bin": {
"fe": "dist/bin/fe.js",
"express-file-api": "dist/bin/fe.js"
"express-file-api": "dist/bin/fe.js",
"fe": "dist/bin/fe.js"
},

@@ -33,3 +33,4 @@ "main": "dist/lib/ExpressBootStap/ExpressBootstrap.js",

"scripts": {
"test": "jest"
"test": "jest",
"build":"tsc"
},

@@ -36,0 +37,0 @@ "dependencies": {

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