Socket
Socket
Sign inDemoInstall

@pusher/platform

Package Overview
Dependencies
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pusher/platform - npm Package Compare versions

Comparing version 0.16.2 to 0.17.0

13

CHANGELOG.md

@@ -7,4 +7,11 @@ # Changelog

## [Unreleased](https://github.com/pusher/pusher-platform-js/compare/0.16.1...HEAD)
## [Unreleased](https://github.com/pusher/pusher-platform-js/compare/0.17.0...HEAD)
## [0.17.0](https://github.com/pusher/pusher-platform-js/compare/0.16.2...0.17.0) - 2019-09-18
### Additions
- `BaseClientOptions` now takes an `sdkLanguage` parameter to allow the
`X-SDK-Language` header to be overwritten.
## [0.16.2](https://github.com/pusher/pusher-platform-js/compare/0.16.1...0.16.2) - 2019-02-14

@@ -14,4 +21,4 @@

- The `TokenProvider` now accepts a `withCredentials` option which it forwards
to `XMLHttpRequest` internally. [See
- `RawRequestOptions` now includes a `withCredentials` option which gets
forwarded to `XMLHttpRequest` internally. [See
here.](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials)

@@ -18,0 +25,0 @@

@@ -11,2 +11,3 @@ import { Logger } from './logger';

logger?: Logger;
sdkLanguage?: string;
sdkProduct?: string;

@@ -24,2 +25,3 @@ sdkVersion?: string;

private sdkVersion;
private sdkLanguage;
private sdkPlatform;

@@ -26,0 +28,0 @@ constructor(options: BaseClientOptions);

@@ -11,2 +11,3 @@ import { Logger } from './logger';

logger?: Logger;
sdkLanguage?: string;
sdkProduct?: string;

@@ -24,2 +25,3 @@ sdkVersion?: string;

private sdkVersion;
private sdkLanguage;
private sdkPlatform;

@@ -26,0 +28,0 @@ constructor(options: BaseClientOptions);

@@ -11,2 +11,3 @@ import { Logger } from './logger';

logger?: Logger;
sdkLanguage?: string;
sdkProduct?: string;

@@ -24,2 +25,3 @@ sdkVersion?: string;

private sdkVersion;
private sdkLanguage;
private sdkPlatform;

@@ -26,0 +28,0 @@ constructor(options: BaseClientOptions);

@@ -6,3 +6,3 @@ {

"types": "dist/web/declarations/index.d.ts",
"version": "0.16.2",
"version": "0.17.0",
"author": "Pusher",

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

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

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