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

@mcma/data

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcma/data - npm Package Compare versions

Comparing version 0.16.15 to 0.16.16

10

dist/lib/document-database/document-database-mutex.js

@@ -87,7 +87,13 @@ "use strict";

}
await this.deleteLockData(this.versionId);
try {
await this.deleteLockData(this.versionId);
this.logger?.debug("Released lock for mutex '" + this.mutexName + "' by '" + this.mutexHolder + "'");
}
catch (e) {
this.logger?.warn(e);
this.logger?.warn("Failed to release lock for mutex '" + this.mutexName + "' by '" + this.mutexHolder + "'. Probably it was already released");
}
this.hasLock = false;
this.logger?.debug("Released lock for mutex '" + this.mutexName + "' by '" + this.mutexHolder + "'");
}
}
exports.DocumentDatabaseMutex = DocumentDatabaseMutex;

6

package.json
{
"name": "@mcma/data",
"version": "0.16.15",
"version": "0.16.16",
"description": "Node module with helper utils for dealing with data in the EBU MCMA framework",

@@ -32,6 +32,6 @@ "engines": {

"peerDependencies": {
"@mcma/core": "0.16.15"
"@mcma/core": "0.16.16"
},
"devDependencies": {
"@mcma/core": "0.16.15",
"@mcma/core": "0.16.16",
"@types/node": "^18.15.10",

@@ -38,0 +38,0 @@ "jasmine": "^3.3.1"

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