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

json-markup

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-markup - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.bumpedrc

4

index.js

@@ -30,2 +30,3 @@ 'use strict'

if (typeof doc === 'string' && /^https?:/.test(doc)) return 'link'
if (typeof doc === 'object' && typeof doc.toISOString === 'function') return 'date'

@@ -67,2 +68,5 @@ return typeof doc

case 'date':
return '<span class="json-markup-string">"' + escape(obj.toISOString()) + '"</span>'
case 'null':

@@ -69,0 +73,0 @@ return '<span ' + style('json-markup-null') + '>null</span>'

{
"name": "json-markup",
"version": "1.0.0",
"repository": "git://github.com/mafintosh/json-markup",
"description": "a json to html syntax highlighter",
"homepage": "https://github.com/mafintosh/json-markup#readme",
"version": "1.1.0",
"author": {
"email": "mathiasbuus@gmail.com",
"name": "Mathias Buus Madsen"
},
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/json-markup.git"
},
"bugs": {
"url": "https://github.com/mafintosh/json-markup/issues"
},
"keywords": [

@@ -12,4 +23,3 @@ "json",

],
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

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