Socket
Socket
Sign inDemoInstall

postman-collection

Package Overview
Dependencies
Maintainers
3
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-collection - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

3

lib/collection/request-auth/oauth1.js

@@ -168,2 +168,5 @@ var _ = require('../../util').lodash,

signature = oAuth1.SignatureMethod.sign(message, accessor);
if (helperParams.encodeOAuthSign) {
signature = encodeURIComponent(signature);
}
signatureParams.push({ key: OAUTH1_PARAMS.oauthSignature, value: signature });

@@ -170,0 +173,0 @@ return signatureParams;

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Postman Labs <help@getpostman.com>",
"version": "0.4.6",
"version": "0.4.7",
"keywords": [

@@ -8,0 +8,0 @@ "postman"

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