Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

castor

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castor - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"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);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc