Socket
Socket
Sign inDemoInstall

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.1.7 to 1.1.8

4

lib/ardb.d.ts
import Arweave from 'arweave';
import Ardk from 'ardk';
import Blockweave from 'blockweave';
import { fieldType } from './faces/fields';

@@ -27,3 +27,3 @@ import { IGlobalOptions, RequestType } from './faces/options';

*/
constructor(arweave: Arweave | Ardk, logLevel?: LOGS);
constructor(arweave: Arweave | Blockweave, logLevel?: LOGS);
/**

@@ -30,0 +30,0 @@ * Get the current cursor (also known as `after`) in case you need to do extra manual work with it.

@@ -622,3 +622,3 @@ "use strict";

}
}`;
}`.replace(/(\r\n|\n|\r)/gm, '');
}

@@ -625,0 +625,0 @@ validateIncludes() {

@@ -1,2 +0,2 @@

import Ardk from 'ardk';
import Blockweave from 'blockweave';
import Arweave from 'arweave';

@@ -30,3 +30,3 @@ import { GQLAmountInterface, GQLBlockInterface, GQLMetaDataInterface, GQLOwnerInterface, GQLTagInterface, GQLTransactionInterface } from '../faces/gql';

};
constructor(obj: Partial<GQLTransactionInterface>, arweave: Arweave | Ardk);
constructor(obj: Partial<GQLTransactionInterface>, arweave: Arweave | Blockweave);
}

@@ -1,2 +0,2 @@

import Ardk from 'ardk';
import Blockweave from 'blockweave';
import Arweave from 'arweave';

@@ -11,5 +11,5 @@ export declare enum LOGS {

private arweave;
init(logLevel: LOGS, arweave: Arweave | Ardk): this;
init(logLevel: LOGS, arweave: Arweave | Blockweave): this;
show(str: string, type?: 'log' | 'warn' | 'error' | 'info'): void;
}
export declare const log: Log;
{
"name": "ardb",
"version": "1.1.7",
"version": "1.1.8",
"main": "lib/ardb.js",

@@ -23,4 +23,4 @@ "repository": "https://github.com/textury/ardb.git",

"dependencies": {
"ardk": "^1.0.10",
"arweave": "^1.10.15"
"arweave": "^1.10.15",
"blockweave": "^1.0.17"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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