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

@rei-network/database

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rei-network/database - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

2

dist/manager.d.ts

@@ -144,3 +144,3 @@ /// <reference types="node" />

* Get section count of database
* @returns section count or undefined(if doesn't exsit)
* @returns section count or undefined(if doesn't exist)
*/

@@ -147,0 +147,0 @@ getStoredSectionCount(): Promise<BN | undefined>;

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

* Get section count of database
* @returns section count or undefined(if doesn't exsit)
* @returns section count or undefined(if doesn't exist)
*/

@@ -382,0 +382,0 @@ async getStoredSectionCount() {

{
"name": "@rei-network/database",
"version": "2.0.1",
"version": "3.0.0",
"main": "dist/index.js",

@@ -19,5 +19,5 @@ "types": "dist/index.d.ts",

"dependencies": {
"@rei-network/binding": "1.0.0-beta.3",
"@rei-network/common": "^2.0.1",
"@rei-network/structure": "^1.0.0",
"@rei-network/binding": "2.0.0-beta.1",
"@rei-network/common": "^3.0.0",
"@rei-network/structure": "^2.0.0",
"crc-32": "^1.2.1",

@@ -24,0 +24,0 @@ "encoding-down": "^6.3.0",

@@ -395,3 +395,3 @@ import * as rlp from 'rlp';

* Get section count of database
* @returns section count or undefined(if doesn't exsit)
* @returns section count or undefined(if doesn't exist)
*/

@@ -398,0 +398,0 @@ async getStoredSectionCount() {

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