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 3.0.3 to 3.0.4

2

lib/esm/index.d.ts

@@ -21,1 +21,3 @@ import { PublicSignKey } from "@peerbit/crypto";

}
export declare class NotStartedError extends Error {
}
export * from "./messages.js";
export class NotStartedError extends Error {
}
//# sourceMappingURL=index.js.map

8

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

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

"dependencies": {
"@dao-xyz/borsh": "^5.1.8",
"@peerbit/crypto": "2.1.4"
"@dao-xyz/borsh": "^5.2.1",
"@peerbit/crypto": "2.1.5"
},
"gitHead": "2539f936bbe572f34a297bc8275fcd059105fc2a"
"gitHead": "180a8c4e6ab6f713134c949d2d7ce9fc5648a4ce"
}

@@ -26,1 +26,3 @@ import { PublicSignKey } from "@peerbit/crypto";

}
export class NotStartedError extends Error {}

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