credential-store
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -52,3 +52,3 @@ 'use strict'; | ||
try { | ||
contents = fs.readFileSync( this.path ); | ||
contents = fs.readFileSync( this.path, 'UTF8' ); | ||
} | ||
@@ -70,2 +70,4 @@ catch(e){ | ||
} | ||
return contents; | ||
} | ||
@@ -72,0 +74,0 @@ |
{ | ||
"name": "credential-store", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -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
5626
169