New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.16 to 2.0.17

5

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

@@ -9,5 +9,2 @@ "main": "stacktracey",

"lint": "eslint stacktracey.js",
"lint-test": "eslint stacktracey.js",
"babel": "babel stacktracey.js --source-maps inline --out-file ./build/stacktracey.js",
"build": "npm run lint && npm run lint-test && npm run babel",
"test": "nyc --reporter=html --reporter=text mocha --reporter spec",

@@ -14,0 +11,0 @@ "test-no-coverage": "mocha --reporter spec",

1

stacktracey.js

@@ -90,2 +90,3 @@ "use strict";

.replace (/^webpack\/bootstrap\//, '')
.replace (/^__parcel_source_root\//, '')
}

@@ -92,0 +93,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