inv-loggers
Advanced tools
Comparing version 3.3.8 to 3.3.9
@@ -1,2 +0,2 @@ | ||
const chalk = require('chalk') | ||
const chalk = require('tiny-chalk') | ||
const { grey } = chalk | ||
@@ -3,0 +3,0 @@ const { inspect } = require('util') |
{ | ||
"name": "inv-loggers", | ||
"version": "3.3.8", | ||
"version": "3.3.9", | ||
"description": "loggers and partial loggers", | ||
@@ -8,4 +8,3 @@ "main": "inv-loggers.js", | ||
"test": "mocha", | ||
"lint": "standard", | ||
"prepublish": "npm run lint && npm test" | ||
"prepublish": "npm test" | ||
}, | ||
@@ -22,8 +21,7 @@ "keywords": [ | ||
"dependencies": { | ||
"chalk": "^1.1.3" | ||
"tiny-chalk": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.5.3", | ||
"should": "^9.0.0", | ||
"standard": "^11.0.1" | ||
"mocha": "^6.2.2", | ||
"should": "^13.2.3" | ||
}, | ||
@@ -40,12 +38,3 @@ "repository": { | ||
"test": "test" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"dist" | ||
], | ||
"globals": [ | ||
"it", | ||
"describe" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
2
54520
+ Addedtiny-chalk@^2.0.0
+ Addedtiny-chalk@2.0.0(transitive)
- Removedchalk@^1.1.3
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)