Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stacktracey

Package Overview
Dependencies
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stacktracey - npm Package Compare versions

Comparing version 1.2.85 to 1.2.86

4

package.json
{
"name": "stacktracey",
"version": "1.2.85",
"version": "1.2.86",
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.",

@@ -86,4 +86,4 @@ "main": "stacktracey",

"as-table": "^1.0.31",
"get-source": "^1.0.22"
"get-source": "^1.0.23"
}
}

@@ -11,3 +11,3 @@ "use strict";

asTable = require ('as-table'),
process_cwd = process.cwd ()
pathRoot = isBrowser ? window.location.href : (process.cwd () + '/')

@@ -95,3 +95,3 @@ /* ------------------------------------------------------------------------ */

static relativePath (fullPath) {
return fullPath.replace (isBrowser ? window.location.href : (process_cwd + '/'), '')
return fullPath.replace (pathRoot, '')
.replace (/^.*\:\/\/?\/?/, '')

@@ -98,0 +98,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc