Socket
Socket
Sign inDemoInstall

json-format-highlight

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

8

dist/json-format-highlight.cjs.js
'use strict';
var defaultColors = {
key: '#eb6161',
number: 'tomato',
string: '#397c79',
key: 'dimgray',
number: 'lightskyblue',
string: 'lightcoral',
boolean: 'lightseagreen',
null: 'lightskyblue'
null: 'cornflowerblue'
};

@@ -10,0 +10,0 @@

@@ -8,7 +8,7 @@ (function (global, factory) {

var defaultColors = {
key: '#eb6161',
number: 'tomato',
string: '#397c79',
key: 'dimgray',
number: 'lightskyblue',
string: 'lightcoral',
boolean: 'lightseagreen',
null: 'lightskyblue'
null: 'cornflowerblue'
};

@@ -15,0 +15,0 @@

{
"name": "json-format-highlight",
"version": "0.0.0",
"version": "0.0.1",
"description": "Format json and highlight it as well.",

@@ -34,14 +34,3 @@ "repository": {

},
"babel": {
"babelrc": false,
"env": {
"test": {
"presets": [
"es2015"
]
}
}
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"bili": "^2.2.0",

@@ -51,6 +40,3 @@ "poi": "^9.3.10",

"vue-test-utils": "^1.0.0-beta.2"
},
"dependencies": {
"rollup-plugin-vue": "^3.0.0"
}
}
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