json-colorizer
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"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 = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31963
7
2
+ Addedlodash.get@^4.4.2
+ Addedlodash.get@4.4.2(transitive)