Socket
Socket
Sign inDemoInstall

ipfs-pubsub-1on1

Package Overview
Dependencies
1
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

12

package.json
{
"name": "ipfs-pubsub-1on1",
"version": "0.0.4",
"version": "0.0.5",
"description": "1-to-1 communication channel over IPFS Pubsub between two peers",

@@ -9,9 +9,9 @@ "license": "MIT",

"dependencies": {
"safe-buffer": "~5.1.1"
"safe-buffer": "~5.1.2"
},
"devDependencies": {
"ipfs": "~0.27.7",
"mocha": "^5.0.0",
"p-map-series": "^1.0.0",
"rimraf": "^2.6.2"
"ipfs": "~0.35.0",
"mocha": "^6.1.4",
"p-map-series": "^2.1.0",
"rimraf": "^2.6.3"
},

@@ -18,0 +18,0 @@ "scripts": {

@@ -76,3 +76,3 @@ 'use strict'

// ID of the channel is "<peer1 id>/<peer 2 id>""
this._id = path.join('/', PROTOCOL, this._peers.join('/'))
this._id = '/' + '' + PROTOCOL + '/' + this._peers.join('/')

@@ -79,0 +79,0 @@ // Function to use to handle incoming messages

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc