Socket
Socket
Sign inDemoInstall

stack-utils

Package Overview
Dependencies
4
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

6

index.js

@@ -5,2 +5,6 @@ 'use strict';

const cwd = typeof process === 'object' && process && typeof process.cwd === 'function'
? process.cwd()
: '.'
const natives = [].concat(

@@ -30,3 +34,3 @@ require('module').builtinModules,

if ('cwd' in opts === false) {
opts.cwd = process.cwd()
opts.cwd = cwd
}

@@ -33,0 +37,0 @@

12

package.json
{
"name": "stack-utils",
"version": "2.0.3",
"version": "2.0.4",
"description": "Captures and cleans stack traces",

@@ -16,3 +16,3 @@ "license": "MIT",

"scripts": {
"test": "tap --no-esm --100",
"test": "tap",
"preversion": "npm test",

@@ -22,2 +22,5 @@ "postversion": "npm publish",

},
"tap": {
"check-coverage": true
},
"files": [

@@ -27,3 +30,4 @@ "index.js"

"dependencies": {
"escape-string-regexp": "^2.0.0"
"escape-string-regexp": "^2.0.0",
"source-map-support": "^0.5.20"
},

@@ -36,4 +40,4 @@ "devDependencies": {

"q": "^1.5.1",
"tap": "^14.10.8"
"tap": "^15.0.9"
}
}
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