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

maze-visualizer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maze-visualizer - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "maze-visualizer",
"version": "0.1.5",
"version": "0.1.6",
"description": "Maze Visualizer tools.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -30,3 +30,3 @@ /* EDGED TEXT GRAPHIC FUNCTION */

graphic = graphic.replace(/\s\n/g, '\n')
graphic = graphic.trimEnd()
graphic = graphic.replace(/(^\n|\n$)/g, '')

@@ -289,3 +289,3 @@ // That's it!

graphic = graphic.replace(/\s\n/g, '\n')
graphic = graphic.trimEnd()
graphic = graphic.trim()

@@ -292,0 +292,0 @@ // return maze drawing.

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