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.5.5 to 0.6.1

5

index.d.ts

@@ -1,2 +0,2 @@

import { JobBase, Resource, ResourceType } from "@mcma/core";
import { Resource, ResourceType } from "@mcma/core";

@@ -10,5 +10,2 @@ export abstract class DbTable<T extends Resource> {

delete(id: string): Promise<void>;
getAndThrowIfNotFound<T extends Resource>(id: string): Promise<T>;
updateJobStatus<T extends JobBase>(jobId: string, status?: string, statusMessage?: string): Promise<T>;
}

@@ -15,0 +12,0 @@

3

index.js
const DbTable = require("./lib/db-table");
require("./lib/db-table-ext");
module.exports = {
DbTable
};
};
{
"name": "@mcma/data",
"version": "0.5.5",
"version": "0.6.1",
"description": "Node module with helper utils for dealing with data in the EBU MCMA framework",

@@ -27,8 +27,8 @@ "engines": {

"peerDependencies": {
"@mcma/core": "0.5.5"
"@mcma/core": "0.6.1"
},
"devDependencies": {
"@mcma/core": "0.5.5",
"@mcma/core": "0.6.1",
"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