npm stripe 18.1.1
v18.1.1

latest releases: 18.6.0-alpha.1, 18.5.0, 18.6.0-beta.1...
3 months ago
  • #2308 RawRequest now allows you set host and streaming in request options.
    const file = await stripe.rawRequest(
      'GET',
      '/v1/files/file_123/contents',
      {},
      {host: 'files.stripe.com', streaming: true}
    );
  • #2320 fix: examples/webhook-signing/nestjs/package.json to reduce vulnerabilities
  • #2326 Adds CONTRIBUTING.md

See the changelog for more details.

Don't miss a new stripe release

NewReleases is sending notifications on new releases.