Comparing version 0.4.4 to 0.5.0
@@ -13,3 +13,3 @@ var fs = require('graceful-fs') | ||
function Writer (file) { | ||
this.file = file | ||
this.file = fs.realpathSync(file) | ||
this.callbacks = [] | ||
@@ -16,0 +16,0 @@ this.nextData = null |
{ | ||
"name": "steno", | ||
"version": "0.4.4", | ||
"version": "0.5.0", | ||
"description": "Simple file writer with race condition prevention and atomic writing", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5915
5