Comparing version 1.14.7 to 1.14.8
@@ -82,4 +82,7 @@ require("./polyfill"); | ||
if (cache && cache[filename].mtime === mtime(filename)) { | ||
result = cache[filename]; | ||
if (cache) { | ||
var cached = cache[filename]; | ||
if (cached && cached.mtime === mtime(filename)) { | ||
result = cached; | ||
} | ||
} | ||
@@ -86,0 +89,0 @@ |
{ | ||
"name": "6to5", | ||
"description": "Turn ES6 code into readable vanilla ES5 with source maps", | ||
"version": "1.14.7", | ||
"version": "1.14.8", | ||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/6to5/6to5", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
3259465
9301
0
31