Socket
Socket
Sign inDemoInstall

pubnub

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pubnub - npm Package Compare versions

Comparing version 3.7.9 to 3.7.10

2

package.json
{
"name": "pubnub",
"preferGlobal": false,
"version": "3.7.9",
"version": "3.7.10",
"author": "PubNub <stephen@pubnub.com>",

@@ -6,0 +6,0 @@ "description": "Publish & Subscribe Real-time Messaging with PubNub",

@@ -41,3 +41,3 @@ var PUBNUB = require('../pubnub.js'),

var path = "/publish/demo/demo/0/" + channel + "/0/" + encodeURI('"' + message + '"') +
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.9";
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.10";

@@ -87,3 +87,3 @@ nock("https://" + origin + ":443")

var path = "/publish/demo/demo/0/" + channel + "/0/" + encodeURI('"' + message + '"') +
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.9";
"?uuid=" + uuid + "&pnsdk=PubNub-JS-Nodejs%2F3.7.10";

@@ -127,2 +127,2 @@ nock("http://" + origin + ":80")

return Math.floor((Math.random() * (max || 1000000000) + 1))
}
}

Sorry, the diff of this file is too big to display

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