Refactoring
Other changes
Node v10 introduced a great "recursive" option for mkdir which allows to get rid from mkdirp package and easily rewrite "write" package usage with two function calls.
https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback
thanks @SuperITMan
mocha > mkdirp is updated istanble >>> optimist > minimist is not updated
see mkdirp
37 vulnerabilities required manual review and could not be updated
Bug Fixes
Bug Fixes
Other changes
Change JSON parser from circular-json to flatted & 1 more changes (#37) - 745e65a, Andy Chen, 08/01/2019 16:17:20
Change JSON parser from circular-json to flatted & 1 more changes
Change JSON parser from circular-json
Audited 2 vulnerabilities
Update package.json
Update Engine require
There's a bunch of dependencies in this pkg requires node >=4, so I changed it to 4
Remove and add node versions
I have seen this pkg is not available with node 0.12 so I removed it
I have added a popular used LTS version of node - 10
Other changes
Removed the need for del as newer versions have broken backwards compatibility. del mainly uses rimraf for deleting folders and files, replaceing it with rimraf only is a minimal change.
Other changes
This reverts commit 00f689277a
.
Other changes
Closes #25
Other changes
Bug Fixes
Fixes #12
Not sure under which situations a cache file might exist that does not contain a valid JSON structure, but just in case to cover the possibility of this happening a try catch block has been added
If the cache is somehow not valid the cache will be discarded an a a new cache will be stored instead
Other changes
circular-son
version (#10) - 4d5e861, Andrea Giammarchi, 02/08/2016 07:13:52As mentioned in https://github.com/WebReflection/circular-json/issues/25 circular-json
wan't rightly implementing the license field.
Latest version bump changed only that bit so that ESLint should now be happy.
Features
Bug Fixes
Since we control both writing and reading of JSON stream, there no needs to handle unicode BOM.
Tests Related fixes
Refactoring
Build Scripts Changes
Build Scripts Changes
Other changes
clearAll
and clearCacheById
- 13947c1, Roy Riojas, 01/03/2015 23:44:05