Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: replicate/replicate-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: replicate/replicate-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 29, 2024

  1. Fix validateWebhook backwards incompatibility with older Node.js (#298

    )
    
    * Use backward compatible syntax for accessing object keys on requestData.headers
    
    * Stringifying requestData.body when it is of type object. This is  backward compatibility for Next.js 12.1.x / Node.js v18
    jakedahn authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0cf57c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ebc57 View commit details
    Browse the repository at this point in the history
  3. 0.32.1

    mattt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e7a1aac View commit details
    Browse the repository at this point in the history
Loading