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.13.17 to 0.13.18

9

dist/lib/document-database/document-database-table.d.ts

@@ -6,2 +6,9 @@ import { Query } from "./query/query";

import { QueryResults } from "./query/query-results";
import { Logger } from "@mcma/core";
export interface MutexProperties {
name: string;
holder: string;
lockTimeout?: number;
logger?: Logger;
}
export interface DocumentDatabaseTable {

@@ -13,3 +20,3 @@ query<TDocument extends Document = Document>(query: Query<TDocument>): Promise<QueryResults<TDocument>>;

delete(id: string): Promise<void>;
createMutex(mutexName: string, mutexHolder: string, lockTimeout?: number): DocumentDatabaseMutex;
createMutex(mutexProperties: MutexProperties): DocumentDatabaseMutex;
}

8

package.json
{
"name": "@mcma/data",
"version": "0.13.17",
"version": "0.13.18",
"description": "Node module with helper utils for dealing with data in the EBU MCMA framework",
"engines": {
"node": "~10.16.3"
"node": "^12.19.0"
},

@@ -32,6 +32,6 @@ "type": "commonjs",

"peerDependencies": {
"@mcma/core": "0.13.17"
"@mcma/core": "0.13.18"
},
"devDependencies": {
"@mcma/core": "0.13.17",
"@mcma/core": "0.13.18",
"@types/node": "^13.7.4",

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