New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mcma/core

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/core - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

16

index.d.ts

@@ -236,13 +236,13 @@ export type TypeOfValue = "boolean"|"number"|"bigint"|"string"|"symbol"|"function"|"object"|"undefined";

export class Exception extends Error {
constructor(message: string, cause: string, context: any);
constructor(message: string, cause?: string, context?: any);
}
export enum JobStatus {
NEW = "NEW",
QUEUED = "QUEUED",
SCHEDULED = "SCHEDULED",
RUNNING = "RUNNING",
COMPLETED = "COMPLETED",
FAILED = "FAILED",
CANCELED = "CANCELED",
New = "New",
Queued = "Queued",
Scheduled = "Scheduled",
Running = "Running",
Completed = "Completed",
Failed = "Failed",
Canceled = "Canceled",
}

@@ -249,0 +249,0 @@

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

@@ -0,0 +0,0 @@ class ContextVariableProvider {

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

@@ -335,9 +335,9 @@ //"use strict";

const JobStatus = Object.freeze({
NEW: "NEW",
QUEUED: "QUEUED",
SCHEDULED: "SCHEDULED",
RUNNING: "RUNNING",
COMPLETED: "COMPLETED",
FAILED: "FAILED",
CANCELED: "CANCELED",
New: "New",
Queued: "Queued",
Scheduled: "Scheduled",
Running: "Running",
Completed: "Completed",
Failed: "Failed",
Canceled: "Canceled",
});

@@ -344,0 +344,0 @@

@@ -0,0 +0,0 @@ const { Exception } = require("./mcma-core");

{
"name": "@mcma/core",
"version": "0.8.0",
"version": "0.8.1",
"description": "Node module with type definitions and helper utils for the EBU MCMA framework",
"engines": {
"node": "~8.10.0"
"node": "~10.16.3"
},

@@ -8,0 +8,0 @@ "main": "index.js",

# mcma-core
Node module with type definitions and helper utils for the EBU MCMA framework

@@ -0,0 +0,0 @@ {

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