New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pusher-platform-node

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pusher-platform-node - npm Package Compare versions

Comparing version 0.14.1 to 0.15.0

10

CHANGELOG.md

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

## [Unreleased](https://github.com/pusher/pusher-platform-node/compare/0.14.0...HEAD)
## [Unreleased](https://github.com/pusher/pusher-platform-node/compare/0.15.0...HEAD)
## [0.15.0](https://github.com/pusher/pusher-platform-node/compare/0.14.0...0.15.0) - 2018-10-31
### Changes
- `useQueryString` is now an optional property of `RequestOptions` and defaults to false
- The npm package has been tidied up to only include what is required
- Removed body-parser as a dependency as it's not required
## [0.14.0](https://github.com/pusher/pusher-platform-node/compare/0.13.2...0.14.0) - 2018-09-18

@@ -11,0 +19,0 @@

7

package.json
{
"name": "pusher-platform-node",
"version": "0.14.1",
"main": "./target/index.js",
"types": "./target/index.d.ts",
"version": "0.15.0",
"main": "target/index.js",
"types": "target/index.d.ts",
"dependencies": {
"body-parser": "^1.17.2",
"extend": "^2.0.1",

@@ -9,0 +8,0 @@ "jsonwebtoken": "^8.3.0",

@@ -12,3 +12,3 @@ # pusher-platform-node

"dependencies": {
"pusher-platform-node": "~0.14.0"
"pusher-platform-node": "~0.15.0"
}

@@ -15,0 +15,0 @@ }

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

qs: options.qs,
useQuerystring: options.useQuerystring
useQuerystring: options.useQuerystring || false
}, function (error, response, body) {

@@ -47,0 +47,0 @@ if (error) {

Sorry, the diff of this file is not supported yet

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