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.2 to 2.1.3

2

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

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

@@ -50,3 +50,3 @@

const statsFirst = (...p) => [...p.slice(-2) , ...p.slice(0, -2)]
const statsFirst = (p) => [...p.slice(-2) , ...p.slice(0, -2)]
this._dbProgress = {

@@ -53,0 +53,0 @@ load: (...p) => this.events.emit('db.load.progress', ...statsFirst(p)),

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