Socket
Socket
Sign inDemoInstall

quidproquo-actionprocessor-node

Package Overview
Dependencies
11
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.170 to 0.0.171

9

lib/commonjs/actionProcessor/core/log/LogActionProcessor.js

@@ -13,4 +13,9 @@ "use strict";

const quidproquo_core_1 = require("quidproquo-core");
const processLogCreate = ({ msg, logLevel, dataJson }) => __awaiter(void 0, void 0, void 0, function* () {
console.log(`${logLevel}: ${msg} ${dataJson || ''}`);
const processLogCreate = ({ msg, logLevel, data }) => __awaiter(void 0, void 0, void 0, function* () {
if (data) {
console.log(`${logLevel}: ${msg}`, data);
}
else {
console.log(`${logLevel}: ${msg}`);
}
return (0, quidproquo_core_1.actionResult)(void 0);

@@ -17,0 +22,0 @@ });

{
"name": "quidproquo-actionprocessor-node",
"version": "0.0.170",
"version": "0.0.171",
"description": "",

@@ -30,3 +30,3 @@ "main": "./lib/commonjs/index.js",

"mime-types": "^2.1.35",
"quidproquo-core": "0.0.170",
"quidproquo-core": "0.0.171",
"uuid": "^9.0.0"

@@ -37,5 +37,5 @@ },

"@types/uuid": "^9.0.0",
"quidproquo-tsconfig": "0.0.170",
"quidproquo-tsconfig": "0.0.171",
"typescript": "^4.9.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc