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

cms_applog_models

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cms_applog_models - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

7

model/applogM.js

@@ -43,5 +43,6 @@ /**

this.saveLog = function (message = null, severity = 1, additional = null, timeout = null) {
log.setCallResTime(getEpochTime() - this.req.startEpochTime)
log.setRequest({ query: this.req.query, body: this.req.body }, this.req.headers, this.req.method, null, this.req.protocol, this.req.url)
log.setResponse(data, this.statusCode, this.headers)
log.setCallResTime(getEpochTime() - this.req.startEpochTime);
log.setRequest({ query: this.req.query, body: this.req.body }, this.req.headers, this.req.method, null, this.req.protocol, this.req.url);
log.setResponse(data, this.statusCode, this.headers);
log.setCallDirection(1);
log.setSelfFunction(this.req.url);

@@ -48,0 +49,0 @@ if (additional) {

{
"name": "cms_applog_models",
"version": "1.1.4",
"version": "1.1.5",
"description": "cms applog v2 model",

@@ -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