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

stack-utils

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stack-utils - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

7

index.js

@@ -9,10 +9,7 @@ 'use strict';

'node',
'internal/bootstrap/node'
).map(n => new RegExp(`\\(${n}\\.js:\\d+:\\d+\\)$`));
).map(n => new RegExp(`(?:\\(${n}\\.js:\\d+:\\d+\\)$|^\\s*at ${n}\\.js:\\d+:\\d+$)`));
natives.push(
// XXX are `bootstrap_node.js` and `node.js` needed in supported versions?
/\s*at (bootstrap_)?node\.js:\d+:\d+?$/,
/\(internal\/[^:]+:\d+:\d+\)$/,
/\s*at internal[/]main[/]run_main_module\.js:\d+:\d+$/,
/\s*at internal\/[^:]+:\d+:\d+$/,
/\/\.node-spawn-wrap-\w+-\w+\/node:\d+:\d+\)?$/

@@ -19,0 +16,0 @@ );

{
"name": "stack-utils",
"version": "2.0.1",
"version": "2.0.2",
"description": "Captures and cleans stack traces",

@@ -5,0 +5,0 @@ "license": "MIT",

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