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

jupiter-fs

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

jupiter-fs - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/JupiterFs.js

@@ -133,4 +133,4 @@ "use strict";

const dataTxns = await Promise.all(chunks.map(async (str) => {
await this.checkAndFundAccount(this.binaryClient.address);
const { transaction } = await exponentialBackoff(async () => {
await this.checkAndFundAccount(this.binaryClient.address);
return await this.binaryClient.storeRecord({

@@ -137,0 +137,0 @@ data: str,

{
"name": "jupiter-fs",
"version": "0.0.5",
"version": "0.0.6",
"description": "A small file system implementation for the Jupiter blockchain.",

@@ -5,0 +5,0 @@ "main": "./dist/JupiterFs.js",

@@ -157,4 +157,4 @@ import assert from 'assert'

chunks.map(async (str) => {
await this.checkAndFundAccount(this.binaryClient.address)
const { transaction } = await exponentialBackoff(async () => {
await this.checkAndFundAccount(this.binaryClient.address)
return await this.binaryClient.storeRecord({

@@ -161,0 +161,0 @@ data: str,

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