Socket
Socket
Sign inDemoInstall

arbase

Package Overview
Dependencies
25
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "arbase",
"version": "0.2.0",
"version": "0.2.1",
"description": "Arbase is a tool to create object-based APIs on top of arweave in mere minutes",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -241,3 +241,3 @@ 'use strict'

for (let i = txs.length; i < txs.length; i--) {
for (let i = 0; i < txs.length; i++) {
const {data, tags, time, owner, id} = await fetchTransaction(txs[i])

@@ -244,0 +244,0 @@

'use strict'
const crypto = require('crypto')
// TODO: use hex id, store binary
const getRandomID = () => crypto.randomBytes(16).toString('hex')

@@ -5,0 +6,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc