Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "castor", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "An ES7 [CAS designed](https://en.wikipedia.org/wiki/Content-addressable_storage) file storage for nodejs with a simple API and robust implementation.", | ||
@@ -5,0 +5,0 @@ "main": "store.js", |
@@ -93,3 +93,2 @@ 'use strict'; | ||
let stats = { | ||
@@ -105,6 +104,2 @@ total_size : 0, | ||
if(this._index.version) | ||
return stats; | ||
await eachIteratorLimit(readdir(this._storage_path), 2, async (file_path) => { | ||
@@ -111,0 +106,0 @@ let {size : file_size} = fs.statSync(file_path); |
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
16989
341