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.6.5 to 3.6.6

2

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

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

@@ -1,2 +0,2 @@

// Version: 3.6.5
// Version: 3.6.6
var NOW = 1

@@ -15,3 +15,3 @@ , READY = false

, PRESENCE_HB_DEFAULT = 30
, SDK_VER = '3.6.5'
, SDK_VER = '3.6.6'
, REPL = /{([\w\-]+)}/g;

@@ -221,3 +221,3 @@

, SUB_RECEIVER = 0
, SUB_RESTORE = 0
, SUB_RESTORE = setup['restore'] || 0
, SUB_BUFF_WAIT = 0

@@ -684,3 +684,3 @@ , TIMETOKEN = 0

TIMETOKEN = 0;
SUB_RESTORE = 1;
//SUB_RESTORE = 1; REVISIT !!!!

@@ -735,3 +735,3 @@ // Prepare Channel(s)

, heartbeat = args['heartbeat'] || args['pnexpires']
, restore = args['restore'];
, restore = args['restore'] || SUB_RESTORE;

@@ -1384,3 +1384,3 @@ // Restore Enabled?

, SECOND = 1000
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.6.5'
, PNSDK = 'PubNub-JS-' + 'Nodejs' + '/' + '3.6.6'
, crypto = require('crypto')

@@ -1387,0 +1387,0 @@ , proxy = null

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