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

node-mermaid-extension

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mermaid-extension - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

index.js

@@ -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",

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