Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mcma/api

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

Comparing version 0.5.2 to 0.5.3

1

index.d.ts

@@ -28,2 +28,3 @@ import { ContextVariableProvider, Resource, ResourceType } from "@mcma/core";

UNSUPPORTED_TYPE = 415,
UNPROCESSABLE_ENTITY = 422,
INTERNAL_ERROR = 500,

@@ -30,0 +31,0 @@ NOT_IMPLEMENTED = 501,

2

lib/routes/default-routes.js

@@ -145,3 +145,3 @@ const uuidv4 = require("uuid/v4");

requestContext.resourceIfFound(resources);
requestContext.setResponseBody(resources);
}

@@ -148,0 +148,0 @@ }

{
"name": "@mcma/api",
"version": "0.5.2",
"version": "0.5.3",
"description": "Node module for building APIs based on the EBU MCMA framework",

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

"peerDependencies": {
"@mcma/client": "0.5.2",
"@mcma/core": "0.5.2",
"@mcma/data": "0.5.2"
"@mcma/client": "0.5.3",
"@mcma/core": "0.5.3",
"@mcma/data": "0.5.3"
},

@@ -39,0 +39,0 @@ "devDependencies": {

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