Socket
Socket
Sign inDemoInstall

stack-trace

Package Overview
Dependencies
0
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

2

lib/stack-trace.js

@@ -42,3 +42,3 @@ exports.get = function(belowFn) {

var lineMatch = line.match(/at (?:([^\(]+)\s+)?\(?(?:(.+?):(\d+):(\d+)|([^)]+))\)?/);
var lineMatch = line.match(/at (?:(.+)\s+)?\(?(?:(.+?):(\d+):(\d+)|([^)]+))\)?/);
if (!lineMatch) {

@@ -45,0 +45,0 @@ return;

@@ -5,3 +5,3 @@ {

"description": "Get v8 stack traces as an array of CallSite objects.",
"version": "0.0.8",
"version": "0.0.9",
"homepage": "https://github.com/felixge/node-stack-trace",

@@ -8,0 +8,0 @@ "repository": {

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