Refactoring
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
Update README.md - 29fe40b, Roy Riojas, 10/04/2020 20:08:05
reduce vulnerability to 1 - e9db1b2, yumetodo, 30/03/2020 11:10:43
reduce vulnerabilities dependencies to 8 - b58d196, yumetodo, 30/03/2020 10:54:56
use prettier instead of esbeautifier - 03b1db7, yumetodo, 30/03/2020 10:27:14
update flatted and mocha - a0e56da, yumetodo, 30/03/2020 09:46:45
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
Replace circular-json with flatted (#36) - b93aced, C. K. Tang, 08/01/2019 17:03:01
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
Refactoring
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.
Disable glob on rimraf calls
Added glob disable to wrong call
Wrapped rimraf to simplify solution
Refactoring
Other changes
This reverts commit 00f689277a
.
Refactoring
Bug Fixes
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
Added travis ci support for modern node versions (#11) - 1c2b1f7, Amila Welihinda, 10/11/2016 23:47:52
Bumping circular-son
version (#10) - 4d5e861, Andrea Giammarchi, 02/08/2016 07:13:52
As 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.
Bug Fixes
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
Other changes
Documentation
Documentation
Other changes
Refactoring
Documentation
clearAll
and clearCacheById
- 13947c1, Roy Riojas, 01/03/2015 23:44:05
Features