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

ardb

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

ardb - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

lib/ardb.d.ts

@@ -37,4 +37,4 @@ import Arweave from 'arweave';

to(recipients: string | string[]): this;
min(min: number): void;
max(max: number): void;
min(min: number): this;
max(max: number): this;
limit(limit: number): this;

@@ -41,0 +41,0 @@ sort(sort: 'HEIGHT_DESC' | 'HEIGHT_ASC'): this;

@@ -101,2 +101,3 @@ "use strict";

this.options.block.min = min;
return this;
}

@@ -109,2 +110,3 @@ max(max) {

this.options.block.max = max;
return this;
}

@@ -111,0 +113,0 @@ limit(limit) {

{
"name": "ardb",
"version": "1.0.3",
"version": "1.0.4",
"main": "lib/ardb.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/cedriking/ardb.git",

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