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

zapier-platform-schema

Package Overview
Dependencies
Maintainers
0
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zapier-platform-schema - npm Package Versions

1
16

15.4.0

Diff

Changelog

Source

15.4.0

released 2023-10-06

cli

None!

core

  • :bug: Added handling the use of non-string cursors in z.cursor.set() (#705)

schema

  • :tada: Added support for throttle configuration (#709)

misc

  • :bug: Fixed building of boilerplate having lingering old files from previous builds (#708)
  • :hammer: Bumped get-func-name version from 2.0.0 to 2.0.2 (#707)
standielpls
published 15.3.0 •

Changelog

Source

15.3.0

released 2023-09-19

cli

None!

core

None!

schema

  • :nail_care: (Experimental) Extend Custom Auth to support OTP (#702)

misc

  • :scroll: Bring over paging cursor doc changes added in visual-builder repo (#701)
  • :bug: Updating example Github app unit tests (#700)
  • :scroll: Update version mismatch (#699)
  • :bug: Fix legacy scripting runner test (#697)
standielpls
published 15.2.0 •

standielpls
published 15.1.0 •

Changelog

Source

15.1.0

released 2023-09-07

cli

  • :bug: Removed the logic converting an empty array to undefined in changelog metadata (#690)
  • :nail_care: Integration title length must be at least 2 characters (#693)

core

None!

schema

None!

legacy-scripting-runner

  • :bug: Fixed a flaky test for legacy scripting runner (#697)

misc

  • :scroll: Added links to relevant support documentation (#692)
  • :scroll: Fixed markdown formatting for backtick usage (#691)
  • :scroll: Added detail on encoding defaults in the API documentation (#689)
  • :scroll: Added detail on OAuth state parameter in the API documentation (#683)
  • :scroll: Minor updates to CLI documentation and rebuild (#688)
  • :scroll: Moved up template explanation in README (#682)
  • :scroll: Added detail on the 'computed' flag in the API documentation (#686)
  • :scroll: Added detail on callback URL parameter in the API documentation (#687)
  • :scroll: Updated GitHub CLI tutorial app documentation (#679)
  • :hammer: Bumped word-wrap version from 1.2.3 to 1.2.4 (#680)
  • :hammer: Bumped cli, core, schema from 15.0.0 to 15.0.1 (#678)
standielpls
published 15.0.1 •

Changelog

Source

15.0.1

released 2023-07-10

cli

  • :bug: zapier convert now uses jest test template scaffold instead of mocha (#674)

core

None!

schema

None!

misc

  • :scroll: Documentation update related to example apps (#675, #672, #671)
  • :scroll: Documentation update related to outdated hyperlinks (#673)
  • :scroll: Documentation update to match public platform docs (#670)
standielpls
published 15.0.0 •

Changelog

Source

15.0.0

released 2023-06-30

Version 15.0.0 is a breaking change release that contains several important upgrades and deprecations. Here is a brief breakdown of the changes (:exclamation: denotes a breaking change):

  • :exclamation: Changelog is required for promotions. Prior to v15.0.0, providing a changelog was optional for promoting an app; this is now required. You can also append changelog metadata to help categorize whether the changes are related to bug fixes or a new feature.

  • :exclamation: Remove important field from the schema. The important field was deprecated in v14.0.1 (#644) and now we are removing it in this release.

  • :exclamation: Apps can now use Node.js v18.x and Node.js v14.x is no longer supported. (a) Any integrations that depend on zapier-platform-core@15.0.0 will now run on Node.js 18. (b) We are dropping support for Node.js 14, which has been designated end-of-life since 2023-04-30 (see the Node.js release schedule).

cli

  • :bug: zapier convert now uses jest test template scaffold instead of mocha (#674)
  • :bug: zapier login --sso points to the correct link for fetching Deploy Keys (#666)
  • :bug: zapier convert should convert source fields (#660)
  • :exclamation: Changelog is required for promotions (#653)

core

  • :exclamation: Apps can now use Node.js v18.x and Node.js v14.x is no longer supported (#665)

schema

  • :exclamation: Remove important field from the schema (#662)

misc

  • :scroll: Documentation update related to redirect caveat in public apps (#661)

  • :scroll: Documentation update related to supplement the "Output Fields" section (#654)

  • :hammer: Dependency updates (#668, #665)

    CLI

    • Bump @oclif/command@1.8.21 to @oclif/command@1.8.27
    • Bump @oclif/config@1.18.6 to @oclif/command@1.18.10
    • Bump fs-extra@10.0.0 to @oclif/command@11.1.1
    • Bump jscodeshift@0.14.0 to jscodeshift@0.15.0
    • Bump marked-terminal@5.1.1 to marked-terminal@5.2.0
    • Bump prettier@2.8.3 to prettier@2.8.8
    • Bump read@2.0.0 to read@2.1.0
    • Bump semver@7.3.8 to semvar@7.5.2
    • Bump yeoman-generator@5.7.0 to yeoman-generator@5.9.0
    • Bump nock@13.3.0 to nock@13.3.1

    Core

    • Bump node-abort-controller@3.0.1 to node-abort-controller@3.1.1
    • Bump semver@7.3.5 to semvar@7.5.2
    • Bump aws-sdk@2.1300.0 to aws-sdk@2.1397.0
    • Bump fs-extra@10.0.0 to fs-extra@11.1.1
    • Bump @types/node@18.11.18 to @types/node@20.3.1

    Legacy

    • Bump moment-timezone@0.5.35 to moment-timezone@0.5.43
    • Bump aws-sdk@2.1300.0 to aws-sdk@2.1397.0
    • Bump nock@13.3.0 to nock@13.3.1

    Schema

    • Bump jsonschema@1.2.2 to jsonschema@1.4.1
    • Bump fs-extra@10.0.0 to fs-extra@11.1.1
standielpls
published 14.1.2 •

standielpls
published 14.1.1 •

Changelog

Source

14.1.1

released 2023-06-07

cli

  • :scroll: Improve docs related to expected behaviors for configuring OAuth2 with PKCE (#655)
  • :scroll: Improve docs related to hydration payload limit(#656)
  • :hammer: Dependency updates
    • Bump typescript in template generator from 4.2.4 to 4.9.4 (#657)

core

  • None!

schema

  • None!

misc

  • None!
kola-er
published 14.1.0 •

raul.negron
published 14.0.1 •

Changelog

Source

14.0.1

released 2023-05-22

cli

  • :bug: Fix duplicate authentication field keys being generated by the zapier convert command (#639)
  • :bug: Fix missing key property in the .zapierapprc file after running the zapier convert command (#640)
  • :scroll: Improve docs related to expected behaviors for stale authentication (#647)

core

  • None!

schema

  • :scroll: Deprecate the important key of the BasicDisplaySchema. This property will be removed and hence a breaking change ❗ in the next major version release. (#644)

misc

  • :hammer: Dependency updates
    • Bump moment from 2.24.0 to 2.29.4 (#635)
    • Bump minimatch from 3.0.4 to 3.0.5 (#634)
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