node-mermaid-extension
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -19,3 +19,3 @@ const express = require('express') | ||
app.use(cors()) | ||
app.use(bodyParser.json()) | ||
app.use(bodyParser.json({ limit: '50mb' })) | ||
app.use((req, res, next) => { | ||
@@ -22,0 +22,0 @@ res.setHeader('Access-Control-Allow-Origin', '*') |
{ | ||
"name": "node-mermaid-extension", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Automated webcam chat reading and routing between devices and servers. Developer: https://prohetamine.ru made with ❤️", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4400