Comparing version 0.0.8 to 0.0.9
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : index.js | ||
* Created at : 2019-09-24 | ||
* Updated at : 2020-10-25 | ||
* Updated at : 2020-10-27 | ||
* Author : jeefo | ||
@@ -70,5 +70,5 @@ * Purpose : | ||
my_fs.load_json = async filepath => { | ||
my_fs.load_json = async_wrapper(async filepath => { | ||
return JSON.parse(await my_fs.readFile(filepath, "utf8")); | ||
}; | ||
}); | ||
@@ -75,0 +75,0 @@ my_fs.save_json = async_wrapper(async (filepath, data, indent = 4) => { |
{ | ||
"name": "@jeefo/fs", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"homepage": "https://github.com/je3f0o/fs", | ||
@@ -5,0 +5,0 @@ "copyright": "2020", |
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
7609