node-mermaid-extension
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -30,4 +30,9 @@ const express = require('express') | ||
const parseBase64 = data => JSON.parse(base64.decode(data)) | ||
const parseBase64 = data => { | ||
try { | ||
return JSON.parse(base64.decode(data)) | ||
} catch (e) { | ||
return '' | ||
} | ||
} | ||
const useHttp = (path = null, callback = null) => { | ||
@@ -34,0 +39,0 @@ const isPath = typeof(path) == 'string' ? path : null |
{ | ||
"name": "node-mermaid-extension", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
4300
116