Comparing version 0.2.2 to 0.2.3
@@ -121,3 +121,3 @@ // Generated by CoffeeScript 1.8.0 | ||
} | ||
tmpFileName = "" + (this._getFileName(uuid.v4())) + ".tmp"; | ||
tmpFileName = file + uuid.v4() + ".tmp"; | ||
if (cb != null) { | ||
@@ -124,0 +124,0 @@ return canWriteToFile(file, function(err) { |
{ | ||
"name": "jfs", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "./lib/Store", | ||
@@ -27,8 +27,6 @@ "description": "A simple JSON file store", | ||
}, | ||
"repository": [ | ||
{ | ||
"type": "git", | ||
"url": "git://github.com/flosse/json-file-store.git" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/flosse/json-file-store.git" | ||
}, | ||
"maintainers": [ | ||
@@ -35,0 +33,0 @@ { |
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1
14510