New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@peerbit/stream-interface

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/stream-interface - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

lib/esm/index.d.ts
import { PublicSignKey } from "@peerbit/crypto";
import type { PeerId } from "@libp2p/interface-peer-id";
import type { PeerId } from "@libp2p/interface/peer-id";
export interface PeerEvents {

@@ -4,0 +4,0 @@ "peer:reachable": CustomEvent<PublicSignKey>;

@@ -11,5 +11,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

var DataMessage_1, Hello_1, Goodbye_1, PingPong_1, Ping_1, Pong_1;
import { variant, vec, field, serialize, deserialize, fixedArray, option, } from "@dao-xyz/borsh";
import { variant, vec, field, serialize, deserialize, fixedArray, option } from "@dao-xyz/borsh";
import { equals } from "uint8arrays";
import { PublicSignKey, SignatureWithKey, verify, randomBytes, sha256Base64, sha256, } from "@peerbit/crypto";
import { PublicSignKey, SignatureWithKey, verify, randomBytes, sha256Base64, sha256 } from "@peerbit/crypto";
/**

@@ -373,3 +373,3 @@ * The default msgID implementation

serialize(new NetworkInfo(this.networkInfo.pingLatencies.slice(0, iteration + 1))),
serialize(new Signatures(this.signatures.signatures.slice(0, iteration + 1))),
serialize(new Signatures(this.signatures.signatures.slice(0, iteration + 1)))
];

@@ -376,0 +376,0 @@ }

{
"name": "@peerbit/stream-interface",
"version": "1.0.6",
"version": "1.0.7",
"description": "Block store streaming",

@@ -53,6 +53,6 @@ "type": "module",

"@dao-xyz/borsh": "^5.1.5",
"@libp2p/interface-peer-id": "^2.0.2",
"@peerbit/crypto": "1.0.5"
"@libp2p/interfaces": "^3.3.2",
"@peerbit/crypto": "1.0.6"
},
"gitHead": "464e807d679e24b897b7811ac99d6f85fbd756f9"
"gitHead": "0cfa376bc90c31e1063ddaf5435c828b490e0228"
}
import { PublicSignKey } from "@peerbit/crypto";
import type { PeerId } from "@libp2p/interface-peer-id";
import type { PeerId } from "@libp2p/interface/peer-id";

@@ -4,0 +4,0 @@ export interface PeerEvents {

@@ -8,3 +8,3 @@ import {

fixedArray,
option,
option
} from "@dao-xyz/borsh";

@@ -19,3 +19,3 @@ import { equals } from "uint8arrays";

sha256Base64,
sha256,
sha256
} from "@peerbit/crypto";

@@ -453,3 +453,3 @@

new Signatures(this.signatures.signatures.slice(0, iteration + 1))
),
)
];

@@ -456,0 +456,0 @@ }

Sorry, the diff of this file is not supported yet

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