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.17 to 0.16.18

0

dist/index.d.ts
export * from "./lib";

@@ -0,0 +0,0 @@ "use strict";

import { ConfigVariables } from "@mcma/core";
export declare function getTableName(configVariables?: ConfigVariables): string;

@@ -0,0 +0,0 @@ import { Logger } from "@mcma/core";

@@ -0,0 +0,0 @@ import { DocumentDatabaseTable } from "./document-database-table";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { Query } from "./query/query";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export type DocumentType<T> = string | (new (...args: any[]) => T);
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export type Document = {
[key: string]: any;
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export * from "./config-variables-ext";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Document } from "../document";

@@ -0,0 +0,0 @@ import { BinaryOperator, LogicalOperator } from "./operator";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FilterExpression } from "./filter";

@@ -0,0 +0,0 @@ "use strict";

export type BinaryOperator = "=" | "!=" | "<" | "<=" | ">" | ">=";
export type LogicalOperator = "||" | "&&";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { Document } from "../document";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { FilterExpression } from "./filter";

2

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

@@ -8,2 +8,2 @@ "use strict";

QuerySortOrder["Descending"] = "desc";
})(QuerySortOrder = exports.QuerySortOrder || (exports.QuerySortOrder = {}));
})(QuerySortOrder || (exports.QuerySortOrder = QuerySortOrder = {}));
export * from "./document-database/index";

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@mcma/data",
"version": "0.16.17",
"version": "0.16.18",
"description": "Node module with helper utils for dealing with data in the EBU MCMA framework",
"engines": {
"node": "^18.0.0"
"node": ">=18.0.0"
},

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

"peerDependencies": {
"@mcma/core": "0.16.17"
"@mcma/core": "0.16.18"
},
"devDependencies": {
"@mcma/core": "0.16.17",
"@types/node": "^18.15.10",
"@mcma/core": "0.16.18",
"@types/node": "^18.19.34",
"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