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.6.0 to 0.7.0

5

index.js

@@ -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 {

8

package.json
{
"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",

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