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.9.4 to 0.9.5

2

dist/lib/http/mcma-api-controller.js

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

const mcma_api_error_1 = require("./mcma-api-error");
const dateFormat = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z$/;
const dateFormat = /(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/;
function reviver(key, value) {

@@ -9,0 +9,0 @@ if (typeof value === "string" && dateFormat.test(value)) {

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

@@ -40,10 +40,10 @@ "engines": {

"peerDependencies": {
"@mcma/client": "0.9.4",
"@mcma/core": "0.9.4",
"@mcma/data": "0.9.4"
"@mcma/client": "0.9.5",
"@mcma/core": "0.9.5",
"@mcma/data": "0.9.5"
},
"devDependencies": {
"@mcma/client": "0.9.4",
"@mcma/core": "0.9.4",
"@mcma/data": "0.9.4",
"@mcma/client": "0.9.5",
"@mcma/core": "0.9.5",
"@mcma/data": "0.9.5",
"@types/node": "^13.7.4",

@@ -50,0 +50,0 @@ "@types/pluralize": "0.0.29",

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