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

json-colorizer

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

json-colorizer - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

6

package.json
{
"name": "json-colorizer",
"version": "2.1.1",
"version": "2.1.2",
"description": "A library to format JSON with colors for display in the console",

@@ -27,3 +27,4 @@ "main": "src/lib/index.js",

"dependencies": {
"chalk": "^2.4.1"
"chalk": "^2.4.1",
"lodash.get": "^4.4.2"
},

@@ -36,3 +37,2 @@ "devDependencies": {

"lint-staged": "^8.0.5",
"lodash": "^4.17.11",
"mocha": "^5.2.0",

@@ -39,0 +39,0 @@ "prettier": "^1.15.2"

const chalk = require('chalk');
const { get } = require('lodash');
const get = require('lodash.get');

@@ -4,0 +4,0 @@ const defaultColors = {

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