Socket
Socket
Sign inDemoInstall

clean-stack

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.2.0

2

index.js

@@ -6,3 +6,3 @@ 'use strict';

const pathRegex = /^(?:(?:(?:node|(?:internal\/[\w/]*|.*node_modules\/(?:babel-polyfill|pirates)\/.*)?\w+)\.js:\d+:\d+)|native)/;
const homeDir = os.homedir();
const homeDir = typeof os.homedir === 'undefined' ? '' : os.homedir();

@@ -9,0 +9,0 @@ module.exports = (stack, options) => {

{
"name": "clean-stack",
"version": "2.1.0",
"version": "2.2.0",
"description": "Clean up error stack traces",

@@ -35,3 +35,6 @@ "license": "MIT",

"xo": "^0.24.0"
},
"browser": {
"os": false
}
}
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