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

zapier-platform-core

Package Overview
Dependencies
Maintainers
3
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zapier-platform-core - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

4

package.json
{
"name": "zapier-platform-core",
"version": "0.3.6",
"version": "0.3.7",
"description": "The core SDK for the Zapier platform.",

@@ -28,3 +28,3 @@ "repository": "zapier/zapier-platform-core",

"dependencies": {
"zapier-platform-schema": "0.3.6",
"zapier-platform-schema": "0.3.7",
"bluebird": "3.4.6",

@@ -31,0 +31,0 @@ "lodash": "4.15.0",

@@ -29,4 +29,8 @@ 'use strict';

if (trimmedData.request_params) {
trimmedData.request_params = '?' + trimmedData.request_params;
}
return `\
${trimmedData.request_method || 'GET'} ${trimmedData.request_url}?${trimmedData.request_params}
${trimmedData.request_method || 'GET'} ${trimmedData.request_url}${trimmedData.request_params || ''}
${trimmedData.request_headers || ''}

@@ -33,0 +37,0 @@

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