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

coffeestack

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffeestack - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

8

index.js

@@ -55,4 +55,7 @@ (function() {

convertStackTrace = function(stackTrace) {
var atLinePattern, column, convertedLines, filePath, line, mappedLine, match, sourceMaps, _i, _len, _ref;
convertStackTrace = function(stackTrace, sourceMaps) {
var atLinePattern, column, convertedLines, filePath, line, mappedLine, match, _i, _len, _ref;
if (sourceMaps == null) {
sourceMaps = {};
}
if (!stackTrace) {

@@ -63,3 +66,2 @@ return stackTrace;

atLinePattern = /^(\s+at .* )\((.*):(\d+):(\d+)\)/;
sourceMaps = {};
_ref = stackTrace.split('\n');

@@ -66,0 +68,0 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) {

{
"name": "coffeestack",
"version": "0.2.0",
"version": "0.3.0",
"description": "CoffeeScript stack trace converter",

@@ -5,0 +5,0 @@ "main": "./index.js",

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