Socket
Socket
Sign inDemoInstall

amazon-ppc-api

Package Overview
Dependencies
14
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.12 to 1.3.13

2

lib/util.js

@@ -44,3 +44,3 @@ const querystring = require('querystring');

exports.queryfy = (data) => {
return data ? `?${querystring.stringify(data)}` : '';
return data ? `?${querystring.stringify(data).replace('%2C', ',')}` : '';
};
{
"name": "amazon-ppc-api",
"version": "1.3.12",
"version": "1.3.13",
"description": "This class helps you interfacing the Amazon Advertising API.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc