Socket
Socket
Sign inDemoInstall

json-markup

Package Overview
Dependencies
0
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

index.js

@@ -88,3 +88,3 @@ 'use strict'

return forEach(keys, '{', '}', function (key) {
return '<span ' + style('json-markup-key') + '>"' + key + '":</span> ' + visit(obj[key])
return '<span ' + style('json-markup-key') + '>"' + escape(key) + '":</span> ' + visit(obj[key])
})

@@ -91,0 +91,0 @@ }

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/mafintosh/json-markup#readme",
"version": "1.1.3",
"version": "1.1.4",
"main": "index.js",

@@ -8,0 +8,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc