@rei-network/database
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -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() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
+ Added@rei-network/binding@2.0.0-beta.1(transitive)
+ Added@rei-network/common@3.0.2(transitive)
+ Added@rei-network/structure@2.0.2(transitive)
- Removed@rei-network/binding@1.0.0-beta.3(transitive)
- Removed@rei-network/common@2.0.1(transitive)
- Removed@rei-network/structure@1.0.0(transitive)
Updated@rei-network/common@^3.0.0