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

@erebos/api-bzz-base

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erebos/api-bzz-base - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

7

package.json
{
"name": "@erebos/api-bzz-base",
"version": "0.8.0",
"version": "0.8.1",
"description": "Base Bzz API",

@@ -28,7 +28,8 @@ "repository": "git@github.com:MainframeHQ/erebos.git",

"@erebos/hex": "^0.7.0",
"@erebos/keccak256": "^0.7.0"
"@erebos/keccak256": "^0.7.0",
"rxjs": "^6.5.2"
},
"devDependencies": {
"flow-bin": "^0.98.1"
"flow-bin": "^0.101.0"
}
}

@@ -66,3 +66,3 @@ import { hexInput, hexValue } from '@erebos/hex'

export interface PollOptions extends FeedOptions {
export interface PollOptions extends FetchOptions {
interval: number

@@ -150,11 +150,11 @@ immediate?: boolean

hashOrParams: string | FeedParams,
options?: FeedOptions,
options?: FetchOptions,
): Promise<T>
getFeedContentHash(
hashOrParams: string | FeedParams,
options?: FeedOptions,
options?: FetchOptions,
): Promise<string | null>
getFeedContent(
hashOrParams: string | FeedParams,
options?: FeedOptions,
options?: DownloadOptions,
): Promise<T | null>

@@ -161,0 +161,0 @@ pollFeedChunk(

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