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

@cypsela/sailplane-node

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypsela/sailplane-node - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

package.json
{
"name": "@cypsela/sailplane-node",
"version": "2.1.0",
"version": "2.1.1",
"description": "collaborative file system on ipfs",

@@ -5,0 +5,0 @@ "files": [

@@ -109,4 +109,6 @@

const ipfsAddOptions = { ...options, ...ipfsAddConfig }
try {
const ipfsUpload = await all(this._ipfs.add(source, ipfsAddConfig, options))
const ipfsUpload = await all(this._ipfs.add(source, ipfsAddOptions))
const batch = this._db.batch()

@@ -113,0 +115,0 @@

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