New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 1.1.5

4

package.json
{
"name": "castor",
"version": "1.1.4",
"version": "1.1.5",
"description": "An ES7 [CAS designed](https://en.wikipedia.org/wiki/Content-addressable_storage) file storage for nodejs with a simple API and robust implementation.",

@@ -19,3 +19,3 @@ "main": "store.js",

"mout": "^1.1.0",
"nyks": "^5.8.0",
"nyks": "^5.12.0",
"send": "^0.16.2"

@@ -22,0 +22,0 @@ },

@@ -17,2 +17,3 @@ 'use strict';

const guid = require('mout/random/randString');
const createWriteStream = require('nyks/fs/createWriteStream');
const pipe = require('nyks/stream/pipe');

@@ -146,3 +147,3 @@ const fetch = require('nyks/http/fetch');

var outstream = fs.createWriteStream(tmp_path);
var outstream = await createWriteStream(tmp_path);
var hash = crypto.createHash('md5');

@@ -149,0 +150,0 @@ hash.setEncoding('hex');

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