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

dht-universal

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dht-universal - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"name": "dht-universal",
"version": "0.3.1",
"version": "0.3.2",
"description": "Universal wrapper for @hyperswarm/dht and @hyperswarm/dht-relay working in Node.js and the Browser",

@@ -5,0 +5,0 @@ "keywords": [

@@ -65,3 +65,6 @@ /// <reference types="node" />

keyPair?: KeyPair;
bootstrap?: string[];
bootstrap?: Array<{
host: string;
port: number;
}>;
}

@@ -68,0 +71,0 @@ export declare class DHT {

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