Comparing version 1.2.5 to 1.2.6
@@ -10,2 +10,4 @@ 'use strict' | ||
var isAbsolute = path.isAbsolute || require('path-is-absolute') | ||
var syncCache = require('lru-cache')({ max: 500 }) | ||
@@ -170,3 +172,3 @@ var asyncCache = require('async-cache')({ | ||
var filename = this.getFileName() || '' | ||
return (!path.isAbsolute(filename) && filename[0] !== '.') | ||
return (!isAbsolute(filename) && filename[0] !== '.') | ||
} | ||
@@ -173,0 +175,0 @@ |
{ | ||
"name": "stackman", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Enhance an error stacktrace with code excerpts and other goodies", | ||
@@ -12,2 +12,3 @@ "main": "index.js", | ||
"lru-cache": "^3.2.0", | ||
"path-is-absolute": "^1.0.0", | ||
"semver": "^5.1.0" | ||
@@ -46,5 +47,5 @@ }, | ||
"coordinates": [ | ||
55.6876812, | ||
12.595487 | ||
55.68766720000001, | ||
12.5955126 | ||
] | ||
} |
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
19281
314
7
+ Addedpath-is-absolute@^1.0.0
+ Addedpath-is-absolute@1.0.1(transitive)