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

@12stonechurch/omnihive-worker-common

Package Overview
Dependencies
Maintainers
5
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@12stonechurch/omnihive-worker-common - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

4

helpers/MpHelper.js

@@ -35,3 +35,3 @@ "use strict";

logInsert.insert(logObject, ["Audit_Item_ID"]);
const auditLogResults = yield databaseWorker.executeQuery(logInsert.toString());
const auditLogResults = yield databaseWorker.executeQuery(logInsert.toString(), true);
const auditItemId = auditLogResults[0][0].Audit_Item_ID;

@@ -55,3 +55,3 @@ if (auditObject.detail) {

detailInsert.insert(detailObject);
yield databaseWorker.executeQuery(detailInsert.toString());
yield databaseWorker.executeQuery(detailInsert.toString(), true);
}

@@ -58,0 +58,0 @@ }

{
"name": "@12stonechurch/omnihive-worker-common",
"version": "2.0.10",
"version": "2.0.11",
"description": "OmniHive Custom Function package",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {
"@12stonechurch/omnihive-worker-cloudinary": "2.0.10",
"@12stonechurch/omnihive-worker-elastic": "2.0.10",
"@12stonechurch/omnihive-worker-cloudinary": "2.0.11",
"@12stonechurch/omnihive-worker-elastic": "2.0.11",
"@withonevision/omnihive-client": "6.2.54",

@@ -31,0 +31,0 @@ "@withonevision/omnihive-core": "6.2.54",

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