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.4.3 to 0.4.4

2

index.d.ts

@@ -18,3 +18,3 @@ export abstract class Resource {

export type ResourceType<T extends Resource>= string | ResourceConstructor<T>;
export type ResourceType<T extends Resource> = string | ResourceConstructor<T>;

@@ -21,0 +21,0 @@ export const onResourceCreate: (resource: Resource, id: string) => void;

@@ -6,3 +6,2 @@ //"use strict";

const Utils = require("./lib/utils");
require("./lib/context-variable-provider-ext");

@@ -9,0 +8,0 @@ module.exports = Object.assign(Core, {

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