callsite-record
Advanced tools
Comparing version 4.1.1 to 4.1.3
@@ -6,3 +6,3 @@ // Type definitions for callsite-record v4.0.0 | ||
import { ChalkChain } from 'chalk'; | ||
import { Chalk } from 'chalk'; | ||
import { identity } from 'lodash'; | ||
@@ -22,9 +22,9 @@ | ||
syntax: { | ||
string: ChalkChain; | ||
punctuator: ChalkChain; | ||
keyword: ChalkChain; | ||
number: ChalkChain; | ||
regex: ChalkChain; | ||
comment: ChalkChain; | ||
invalid: ChalkChain; | ||
string: Chalk; | ||
punctuator: Chalk; | ||
keyword: Chalk; | ||
number: Chalk; | ||
regex: Chalk; | ||
comment: Chalk; | ||
invalid: Chalk; | ||
}; | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "callsite-record", | ||
"version": "4.1.1", | ||
"version": "4.1.3", | ||
"description": "Create fancy log entries for errors and function call sites.", | ||
@@ -40,7 +40,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@types/chalk": "^0.4.31", | ||
"@types/error-stack-parser": "^1.3.18", | ||
"@types/lodash": "^4.14.72", | ||
"callsite": "^1.0.0", | ||
"chalk": "^1.1.1", | ||
"chalk": "^2.4.0", | ||
"error-stack-parser": "^1.3.3", | ||
@@ -47,0 +46,0 @@ "highlight-es": "^1.0.0", |
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
8
23495
- Removed@types/chalk@^0.4.31
- Removed@types/chalk@0.4.31(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.4.0