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

@libp2p/interfaces

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/interfaces - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

4

dist/src/index.d.ts

@@ -9,6 +9,2 @@ export interface AbortOptions {

}
export interface Logger {
(...opts: any[]): void;
error: (...opts: any[]) => void;
}
//# sourceMappingURL=index.d.ts.map

2

package.json
{
"name": "@libp2p/interfaces",
"version": "1.1.1",
"version": "1.2.0",
"description": "Interfaces for JS Libp2p",

@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT",

@@ -11,6 +11,1 @@

}
export interface Logger {
(...opts: any[]): void
error: (...opts: any[]) => void
}

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