Socket
Socket
Sign inDemoInstall

pubnub

Package Overview
Dependencies
Maintainers
7
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 7.3.1 to 7.3.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## v7.3.2
August 31 2023
#### Fixed
- Fixes issue of having deprecated superagent version. Fixed the following issues reported by [@wimZ](https://github.com/wimZ): [#317](https://github.com/pubnub/javascript/issues/317).
## v7.3.1

@@ -2,0 +8,0 @@ August 21 2023

2

karma/web.config.js

@@ -45,3 +45,3 @@ // Karma configuration

// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['PhantomJS'],
browsers: ['ChromeHeadless'],

@@ -48,0 +48,0 @@ // Continuous Integration mode

@@ -172,3 +172,3 @@ "use strict";

default_1.prototype.getVersion = function () {
return '7.3.1';
return '7.3.2';
};

@@ -175,0 +175,0 @@ default_1.prototype._addPnsdkSuffix = function (name, suffix) {

{
"name": "pubnub",
"version": "7.3.1",
"version": "7.3.2",
"author": "PubNub <support@pubnub.com>",

@@ -55,3 +55,3 @@ "description": "Publish & Subscribe Real-time Messaging with PubNub",

"lil-uuid": "^0.1.1",
"superagent": "^6.1.0",
"superagent": "^8.1.2",
"proxy-agent": "^6.3.0"

@@ -58,0 +58,0 @@ },

@@ -25,4 +25,4 @@ # PubNub JavaScript SDK (V4)

* or download one of our builds from our CDN:
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.1.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.1.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.2.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.2.min.js

@@ -29,0 +29,0 @@ 2. Configure your keys:

@@ -342,3 +342,3 @@ /* */

getVersion() {
return '7.3.1';
return '7.3.2';
}

@@ -345,0 +345,0 @@

Sorry, the diff of this file is not supported yet

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

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