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.10.0 to 0.11.0

6

dist/lib/model/job-parameter-bag.d.ts

@@ -1,9 +0,7 @@

import { McmaObject } from "./mcma-object";
import { McmaObject, McmaObjectProperties } from "./mcma-object";
export declare class JobParameterBag extends McmaObject {
[key: string]: any;
constructor(properties?: {
[key: string]: any;
});
constructor(properties?: McmaObjectProperties);
get<T>(key: string): T;
set<T>(key: string, value: T): this;
}
export interface McmaObjectProperties {
["@type"]?: string;
[key: string]: any;

@@ -3,0 +4,0 @@ }

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

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

# mcma-core
Node module with type definitions and helper utils for the EBU MCMA framework
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