Comparing version 6.9.1 to 6.9.2
@@ -6,2 +6,3 @@ 'use strict'; | ||
const guid = require('mout/random/guid'); | ||
const mkdirpsync = require('./mkdirpSync'); | ||
@@ -18,3 +19,3 @@ const rename = require('./rename'); | ||
mkdirpsync(path.dirname(file_path)); | ||
var tmp_path = file_path + '.tmp'; | ||
var tmp_path = file_path + `.${guid()}`; | ||
fs.writeFileSync(tmp_path, body); | ||
@@ -21,0 +22,0 @@ |
{ | ||
"name": "nyks", | ||
"version": "6.9.1", | ||
"version": "6.9.2", | ||
"description": "nodejs exupery style", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
76857
2088