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.14.8 to 0.15.0

2

dist/lib/document-database/config-variables-ext.js

@@ -6,4 +6,4 @@ "use strict";

function getTableName(configVariables = core_1.ConfigVariables.getInstance()) {
return configVariables.get("TableName");
return configVariables.get("MCMA_TABLE_NAME");
}
exports.getTableName = getTableName;
{
"name": "@mcma/data",
"version": "0.14.8",
"version": "0.15.0",
"description": "Node module with helper utils for dealing with data in the EBU MCMA framework",
"engines": {
"node": "^14.17.0"
"node": "^16.0.0"
},

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

"peerDependencies": {
"@mcma/core": "0.14.8"
"@mcma/core": "0.15.0"
},
"devDependencies": {
"@mcma/core": "0.14.8",
"@types/node": "^14.17.22",
"@mcma/core": "0.15.0",
"@types/node": "^16.11.60",
"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