Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

callsite-record

Package Overview
Dependencies
17
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 4.1.3

16

lib/renderers/index.d.ts

@@ -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",

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