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.13.5 to 0.13.6

2

dist/lib/model/mcma-object.d.ts
export interface McmaObjectProperties {
["@type"]?: string;
[key: string]: any;
}
export declare class McmaObject implements McmaObjectProperties {
["@type"]: string;
[key: string]: any;
constructor(type: string, properties?: McmaObjectProperties);

@@ -9,0 +7,0 @@ protected checkProperty(propertyName: string, expectedType: string, required?: boolean): void;

2

dist/lib/model/mcma-object.js

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

constructor(type, properties) {
this["@type"] = type;
if (properties) {
Object.assign(this, properties);
}
this["@type"] = type;
}

@@ -14,0 +14,0 @@ checkProperty(propertyName, expectedType, required) {

{
"name": "@mcma/core",
"version": "0.13.5",
"version": "0.13.6",
"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