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

@xyo-network/p2p

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/p2p - npm Package Compare versions

Comparing version 0.17.1 to 0.17.2

2

dist/@types/index.d.ts

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

*/
publicKey?: string;
publicKey: string;
/**

@@ -51,0 +51,0 @@ * The address for where to reach the peer

{
"name": "@xyo-network/p2p",
"version": "0.17.1",
"version": "0.17.2",
"description": "A peer to peer network module",

@@ -22,3 +22,3 @@ "main": "dist/index.js",

},
"gitHead": "35354f8cc1947e140eb3b4d99c772528c1d24e3e"
"gitHead": "685e5144a9ab8dde109cf24b3a52b40a7fde21f0"
}

@@ -9,3 +9,3 @@ import { Server } from "net"

* @Last modified by: ryanxyo
* @Last modified time: Wednesday, 16th January 2019 10:58:44 am
* @Last modified time: Monday, 28th January 2019 2:03:51 pm
* @License: All Rights Reserved

@@ -65,3 +65,3 @@ * @Copyright: Copyright XY | The Findables Company

*/
publicKey?: string
publicKey: string

@@ -76,3 +76,2 @@ /**

}
export interface IXyoPeerTransport {

@@ -79,0 +78,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