Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-19 | 633 Bytes | |
v18.1.1 source code.tar.gz | 2025-05-19 | 904.0 kB | |
v18.1.1 source code.zip | 2025-05-19 | 1.3 MB | |
Totals: 3 Items | 2.2 MB | 0 |
- #2308 RawRequest now allows you set
host
andstreaming
in request options.typescript 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