coffeestack
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -72,3 +72,6 @@ (function() { | ||
column = match[4]; | ||
if (mappedLine = convertLine(filePath, line, column, sourceMaps)) { | ||
if (path.extname(filePath) === '.js') { | ||
mappedLine = convertLine(filePath, line, column, sourceMaps); | ||
} | ||
if (mappedLine != null) { | ||
convertedLines.push("" + match[1] + "(" + mappedLine.source + ":" + mappedLine.line + ":" + mappedLine.column + ")"); | ||
@@ -75,0 +78,0 @@ } else { |
{ | ||
"name": "coffeestack", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "CoffeeScript stack trace converter", | ||
@@ -31,7 +31,7 @@ "main": "./index.js", | ||
"dependencies": { | ||
"coffee-script": "~1.6.3", | ||
"source-map": "~0.1.25" | ||
"coffee-script": "~1.7.0", | ||
"source-map": "~0.1.31" | ||
}, | ||
"devDependencies": { | ||
"jasmine-focused": "~0.12.0", | ||
"jasmine-focused": "1.x", | ||
"rimraf": "~2.2.0", | ||
@@ -38,0 +38,0 @@ "grunt-cli": "~0.1.9", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4249
84
+ Addedcoffee-script@1.7.1(transitive)
+ Addedmkdirp@0.3.5(transitive)
- Removedcoffee-script@1.6.3(transitive)
Updatedcoffee-script@~1.7.0
Updatedsource-map@~0.1.31