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

@mcma/core

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcma/core - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

16

index.d.ts

@@ -253,6 +253,6 @@ export abstract class McmaObject {

function_start(msg: any, ...args: any[]): void;
function_end(msg: any, ...args: any[]): void;
job_start(msg: any, ...args: any[]): void;
job_end(msg: any, ...args: any[]): void;
functionStart(msg: any, ...args: any[]): void;
functionEnd(msg: any, ...args: any[]): void;
jobStart(msg: any, ...args: any[]): void;
jobEnd(msg: any, ...args: any[]): void;
}

@@ -270,6 +270,6 @@

function_start(msg: any, ...args: any[]): void;
function_end(msg: any, ...args: any[]): void;
job_start(msg: any, ...args: any[]): void;
job_end(msg: any, ...args: any[]): void;
functionStart(msg: any, ...args: any[]): void;
functionEnd(msg: any, ...args: any[]): void;
jobStart(msg: any, ...args: any[]): void;
jobEnd(msg: any, ...args: any[]): void;
}

@@ -276,0 +276,0 @@

@@ -64,15 +64,15 @@ const util = require("util");

function_start(msg, ...args) {
functionStart(msg, ...args) {
this.log(450, "FUNCTION_START", msg, ...args);
}
function_end(msg, ...args) {
functionEnd(msg, ...args) {
this.log(450, "FUNCTION_END", msg, ...args);
}
job_start(msg, ...args) {
jobStart(msg, ...args) {
this.log(400, "JOB_START", msg, ...args);
}
job_end(msg, ...args) {
jobEnd(msg, ...args) {
this.log(400, "JOB_END", msg, ...args);

@@ -79,0 +79,0 @@ }

{
"name": "@mcma/core",
"version": "0.7.7",
"version": "0.7.8",
"description": "Node module with type definitions and helper utils for the EBU MCMA framework",

@@ -5,0 +5,0 @@ "engines": {

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