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 1.1.2 to 1.1.3

2

index.js

@@ -76,3 +76,3 @@ 'use strict';

var touched = await this.store.download(file_url, file_md5);
touched &= this._update(file_name, file_md5);
touched |= this._update(file_name, file_md5);
return touched;

@@ -79,0 +79,0 @@ }

{
"name": "castor",
"version": "1.1.2",
"version": "1.1.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",

@@ -8,4 +8,4 @@ # Content addressable storage - castor

[![Build Status](https://travis-ci.org/131/castor.svg?branch=master)](https://travis-ci.org/131/castor)
[![Coverage Status](https://coveralls.io/repos/github/131/castor/badge.svg?branch=master)](https://coveralls.io/github/131/castor?branch=master)
[![Build Status](https://travis-ci.org/ivsgroup/castor.svg?branch=master)](https://travis-ci.org/ivsgroup/castor)
[![Coverage Status](https://coveralls.io/repos/github/ivsgroup/castor/badge.svg?branch=master)](https://coveralls.io/github/ivsgroup/castor?branch=master)
[![NPM version](https://img.shields.io/npm/v/castor.svg)](https://www.npmjs.com/package/castor)

@@ -12,0 +12,0 @@ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)

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