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
21
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.1.0

lib/index.d.ts

2

lib/index.js

@@ -40,3 +40,3 @@ var fs = require('fs');

for (var i = curIdx + 1; i < stackFrames.length; i++) {
if (!stackFrames[i].isNative())
if (!stackFrames[i].isNative() && stackFrames[i].getFileName())
return i;

@@ -43,0 +43,0 @@ }

{
"name": "callsite-record",
"version": "4.0.0",
"version": "4.1.0",
"description": "Create fancy log entries for errors and function call sites.",

@@ -9,2 +9,3 @@ "main": "lib/index.js",

],
"typings": "lib/index.d.ts",
"scripts": {

@@ -40,2 +41,5 @@ "test": "eslint lib test && mocha",

"dependencies": {
"@types/chalk": "^0.4.31",
"@types/error-stack-parser": "^1.3.18",
"@types/lodash": "^4.14.72",
"callsite": "^1.0.0",

@@ -42,0 +46,0 @@ "chalk": "^1.1.1",

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