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
0
Versions
144
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 5.1.2 to 5.1.3

2

dist/src/index.d.ts

@@ -29,2 +29,4 @@ import type { PeerId } from "@libp2p/interface";

}
export declare class InvalidMessageError extends Error {
}
//# sourceMappingURL=index.d.ts.map

@@ -9,2 +9,4 @@ export * from "./messages.js";

}
export class InvalidMessageError extends Error {
}
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@peerbit/stream-interface",
"version": "5.1.2",
"version": "5.1.3",
"description": "Block store streaming",

@@ -78,4 +78,4 @@ "sideEffects": false,

"@dao-xyz/borsh": "^5.2.3",
"@peerbit/crypto": "2.3.3"
"@peerbit/crypto": "2.3.4"
}
}

@@ -40,1 +40,2 @@ import type { PeerId } from "@libp2p/interface";

export class DeliveryError extends Error {}
export class InvalidMessageError extends Error {}

Sorry, the diff of this file is not supported yet

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