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.1.7 to 3.1.8

2

examples/usage.js

@@ -12,3 +12,3 @@ /* ---------------------------------------------------------------------------

secret_key : "",
ssl : false,
ssl : true,
origin : "pubsub.pubnub.com"

@@ -15,0 +15,0 @@ });

{
"name": "pubnub",
"preferGlobal": false,
"version": "3.1.7",
"version": "3.1.8",
"author": "Pubnub <stephen@pubnub.com>",

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

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

, http = require('http')
, https = require('https')
, URLBIT = '/'

@@ -117,3 +118,3 @@ , XHRTME = 140000

try {
http.get( {
(ssl ? https : http).get( {
host : origin,

@@ -120,0 +121,0 @@ port : ssl ? 443 : 80,

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