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.4 to 0.7.5

6

lib/utils.js

@@ -0,1 +1,3 @@

const { Exception } = require("./mcma-core");
function getTypeName(type) {

@@ -7,3 +9,3 @@ if (typeof type === "function") {

} else if (typeof type !== "string") {
throw new Error("Invalid type for db table.");
throw new Exception("Invalid type");
}

@@ -15,2 +17,2 @@ return type;

getTypeName
};
};
{
"name": "@mcma/core",
"version": "0.7.4",
"version": "0.7.5",
"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