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

@nlpjs/express-api-server

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/express-api-server - npm Package Compare versions

Comparing version 4.1.4 to 4.2.0

src/public/botchat.css

4

package.json
{
"name": "@nlpjs/express-api-server",
"version": "4.1.4",
"version": "4.2.0",
"description": "Express API Server",

@@ -32,3 +32,3 @@ "author": {

},
"gitHead": "99500ae2f3e16666fa5cc08a486664ef5267e810"
"gitHead": "11c90c75ffee31b778a1568600bb56cc808956e6"
}

@@ -70,6 +70,8 @@ /*

this.app.use(express.json());
this.app.listen(port, () => {
const logger = this.container.get('logger');
logger.info(`${this.settings.tag} listening on port ${port}!`);
});
if (port && port > 0) {
this.app.listen(port, () => {
const logger = this.container.get('logger');
logger.info(`${this.settings.tag} listening on port ${port}!`);
});
}
}

@@ -76,0 +78,0 @@ }

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