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.5 to 1.1.6

4

package.json
{
"name": "castor",
"version": "1.1.5",
"version": "1.1.6",
"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.12.0",
"nyks": "^5.12.1",
"send": "^0.16.2"

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

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

const createWriteStream = require('nyks/fs/createWriteStream');
const rename = require('nyks/fs/rename');
const pipe = require('nyks/stream/pipe');

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

fs.renameSync(tmp_path, file_path);
await rename(tmp_path, file_path);
return true;

@@ -159,0 +160,0 @@ } catch(err) {

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