Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zapier-platform-cli

Package Overview
Dependencies
Maintainers
11
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zapier-platform-cli - npm Package Versions

23
17

15.18.1

Diff

Changelog

Source

15.18.1

released 2024-11-01

cli

  • :bug: Fix issue where zapier invoke --debug doesn't print HTTP logs for requests that aren't sent by z.request() (#907)

core

  • :bug: Fix issue where HTTP logger can break aws-sdk v3 (and maybe other HTTP client libraries) intermittently (#905)
  • :bug: HTTP logging now works with native fetch (#908)
  • :test_tube: Allow to not wait for event loop to be empty to fix a hanging issue (#904)

schema

None!

raul.negron
published 15.18.0 •

Changelog

Source

15.18.0

released 2024-10-24

cli

  • :nail_care: Fix a failing smoke test based on CLI package size (now that many docs are deleted) (#899)
  • :tada: Add OAuth2 to TypeScript init output (#894)

core

  • :tada: Adds nx argument to z.cache.set() (#900)
  • :bug: Force a process.exit(1) on catching an EMFILE error inside checkMemory() (#901)

schema

None!

schema-to-ts

  • :tada: Type z.request responses and deprecate .json (#895)

misc

  • :scroll: Typo fixes and link changes (#885)
  • :scroll: Add docs explaining why hidden triggers for dynamic dropdowns need to declare input fields (#887)
  • :scroll: Migrate docs out of this monorepo (#893)
  • :scroll: Updating doc links in CHANGELOG (#898)
eliang
published 15.17.0 •

Changelog

Source

15.17.0

released 2024-10-11

Introducing three major updates, with the first two aimed at improving your development experience:

  • The zapier invoke command: This powerful new command enables you to emulate Zapier's production environment locally. Test triggers, actions, and authentication flows right from your terminal without deploying to Zapier. This is especially valuable for debugging, development, and quick testing iterations. Learn more about the command in the README or by typing zapier invoke --help in your terminal.
  • Refreshed "typescript" project template: We've updated the "typescript" project template with the latest type definitions. Enjoy enhanced type safety, improved autocompletion, and a smoother coding experience overall.
  • Although we've removed Node.js 16 from zapier-platform-cli's CI testing, it still works on Node.js 16, except for the zapier invoke auth start command. But using Node.js 18 or later is recommended, as we'll be dropping support for Node.js 16 in an upcoming major release.

As usual, all other improvements and bug fixes are listed below.

cli

  • :tada: Introduce zapier invoke command (#856, #872, #878)
  • :nail_care: Update "typescript" project template and example with latest type definitions (#845)
  • :bug: Fix zapier convert command not writing bulkReads to separate files (#881)

core

  • :nail_care: Retry on 5xx errors when calling RPC (#875)
  • :nail_care: Add ResponseError type (#877)
  • :wrench: Bump mock-fs from 5.2.0 to 5.3.0 (#872)

schema

None!

misc

  • :wrench: Drop Node.js 16 and add Node.js 20 from/to CI (#872)
kredlear
published 15.16.1 •

Changelog

Source

15.16.1

released 2024-10-04

cli

None!

core

  • :nail_care: Return a descriptive error when a filename cannot be uploaded (#874)

schema

None!

misc

  • :scroll: Add canary command to docs (#870)
  • :scroll: Add instructions for installing the Zapier Platform development version to docs (#873)
standielpls
published 15.16.0 •

Changelog

Source

15.16.0

released 2024-09-24

cli

  • :tada: Introduce zapier canary command (#861)

core

None!

schema

None!

misc

  • :hammer: Bump vite from 5.3.3 to 5.4.7 in /schema-to-ts (#868)
  • :hammer: Bump rollup from 4.18.1 to 4.22.4 in /schema-to-ts (#867)
eliang
published 15.15.0 •

Changelog

Source

15.15.0

released 2024-09-18

This release introduces "Buffered Create Actions", currently only available for internal use. A Buffered Create allows you to create objects in bulk with a single or fewer API request(s). This is useful when you want to reduce the number of requests made to your server. When enabled, Zapier holds the data until the buffer reaches a size limit or a certain time has passed, then sends the buffered data using the performBuffer function you define.

cli

None!

core

  • :test_tube: Add checks to support Buffered Create Actions (#832)

schema

  • :test_tube: Add performBuffer and buffer to operation schema to support Buffered Create Actions (#832)
kredlear
published 15.14.2 •

Changelog

Source

15.14.2

released 2024-09-17

cli

None!

core

  • :bug: Ensure censoring of OAuth1 tokens in HTTP logs (#864)

schema

None!

misc

None!

kredlear
published 15.14.1 •

Changelog

Source

15.14.1

released 2024-09-12

cli

None!

core

  • :nail_care: Add signal to z.request options (#857)

schema

None!

misc

  • :scroll: Add documentation around inputFormat field type (#858)
standielpls
published 15.14.0 •

Changelog

Source

15.14.0

released 2024-08-28

cli

None!

core

  • :nail_care: Add scopes as an option for zcache usage (#849)

schema

None!

misc

  • :hammer: Add customOptions field to z.request options (#846)
standielpls
published 15.13.0 •

Changelog

Source

15.13.0

released 2024-08-21

cli

None!

core

None!

schema

  • :nail_care: Add configurable poll delay for HookToPoll (#844)

misc

  • :hammer: Bump elliptic from 6.5.4 to 6.5.7 (#842)
  • :hammer: Bump axios from 1.6.1 to 1.7.4 (#843)
23
17
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