New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

increase

Package Overview
Dependencies
Maintainers
0
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

increase - npm Package Versions

1
1921

0.8.1

Diff

Changelog

Source

0.8.1 (2023-08-08)

Features

  • api: updates (#95) (ee5fd92)
  • client: detect browser usage (#97) (b2ec59b)
  • streaming: add .toReadableStream() method (#99) (e79f368)
  • test: unskip file uploads tests (#90) (4a36612)

Bug Fixes

Refactors

  • create build for deno.land (#89) (895fa10)
  • use destructuring arguments in client constructor and respect false values (#87) (381b58f)

Documentation

  • readme: remove beta status + document versioning policy (#96) (dd0bdb9)

Chores

stainless-api
published 0.8.0 •

Changelog

Source

0.8.0 (2023-07-22)

⚠ BREAKING CHANGES

  • api: reorganize check_transfer and network fields; add request_details; add unknown` (#77)

Features

  • api: add fee_period_start and return_of_erroneous_or_reversing_debit (#81) (0355030)
  • api: reorganize check_transfer and network fields; add request_details; add unknown` (#77) (477ba8c)
  • client: export ClientOptions interface (#76) (757d3e3)
  • streaming: make requests immediately throw an error if an aborted signal is passed in (#80) (d9e16a4)

Bug Fixes

  • client: fix errors with file uploads in the browser (#78) (7ebdd66)
  • fix error in environments without TextEncoder (#72) (699c8e1)
  • fix export map order (#75) (5826191)

Chores

  • internal: restructure code to stringify query (#74) (71586e2)

Documentation

  • api: update model_id documentation (#79) (aee0086)
stainless-api
published 0.7.1 •

Changelog

Source

0.7.1 (2023-07-17)

Features

Bug Fixes

  • fix errors with "named" client export in CJS (#70) (2000849)

Documentation

  • readme: improvements to formatting code snippets (#64) (f7b65e9)

Chores

  • internal: add helper function for b64 (#68) (9ac500a)
  • internal: let toFile helper accept promises to objects with name/type properties (#69) (b167997)
  • internal: remove unused streaming implementation (#66) (264a739)
stainless-api
published 0.7.0 •

Changelog

Source

0.7.0 (2023-07-12)

⚠ BREAKING CHANGES

  • api: add unique_identifier, driver's license backs, inbound funds holds, and more (#62)

Features

  • api: add unique_identifier, driver's license backs, inbound funds holds, and more (#62) (e253f9c)
  • client: add support for passing a signal request option (#61) (a6f79cf)
  • client: improve timeout handling to reuse agent (#53) (06559f9)
  • client: support passing a custom fetch function (#57) (7d974fe)

Bug Fixes

  • client: properly handle multi-byte characters in Content-Length (#58) (d75d738)
  • examples: avoid swallowing errors in example scripts (#55) (c21fb83)
  • fix errors in package source files when users go to definition in VSCode (#52) (1eeacd4)
  • include README.md, LICENSE and CHANGELOG.md in published package (#49) (e0e3baa)
  • streaming: do not abort successfully completed streams (#60) (1505b16)
  • streaming: fix response body streaming in non-Chrome environments (#54) (f45d825)
  • streaming: polyfill ReadableStream async iterator and text decoding (#48) (fd21d9a)
  • support PromiseLike input to toFile (#51) (af64015)

Chores

  • internal: fix release please version config (#46) (12ed2c6)

Refactors

  • improve streaming implementation (#50) (1b19296)
  • streaming: make response body streaming polyfill more spec-compliant (#56) (d98e28e)

Documentation

stainless-api
published 0.6.0 •

Changelog

Source

0.6.0 (2023-07-07)

⚠ BREAKING CHANGES

  • api: add card profiles simulation method (#42)
  • import issue with ESM (#37)

Features

  • api: add card profiles simulation method (#42) (a756866)
  • client: add support for defaultQuery option (#35) (eae9716)

Bug Fixes

Refactors

  • mark .responseHeaders and .response as deprecated (#41) (54ca3fa)
  • move to src directory, improve ecosystem compatibility (#33) (7961453)

Chores

  • internal: fix tsc usage (#40) (5411f7e)
  • set noEmit: true in tsconfig.json, since it's for typechecking only (#43) (2d40060)

Documentation

  • api.md: add context to types exported in a different resource (#44) (7204785)
  • api.md: fix links not referencing src directory (#36) (35cccbe)
  • client: improve documentation for client options (#38) (2133c8e)
  • types: add documentation for enum members (#39) (aeca9c3)
stainless-api
published 0.5.0 •

Changelog

Source

0.5.0 (2023-06-29)

⚠ BREAKING CHANGES

  • api: remove many enum members from document category (#27)
  • types: singularize array item types (#25)

Features

  • api/types: mark more check transfer intention properties as nullable (#26) (324580e)
  • support ESM and web platform runtimes; easier file uploads (#28) (1d53a8d)
  • types: export nested types through the root client export (#23) (c68b1ae)

Bug Fixes

  • form-data: strip out undefined properties (#21) (dd73783)

Refactors

  • api: remove other from reason enum (#24) (5d7206a)
  • api: remove many enum members from document category (#27) (ddcd780)
  • types: singularize array item types (#25) (bb00a48)

Styles

  • minor reordering of types and properties (#29) (0e6dbc5)

Chores

Documentation

stainless-api
published 0.4.0 •

Changelog

Source

0.4.0 (2023-06-19)

⚠ BREAKING CHANGES

  • drop official support for EOL Node versions (Node 12, 13, 14, 15) (#18)
  • api: rename return reason enum member (#12)
  • change nested query parameters to be objects (#8)

Features

  • client: add support for specifying client-level default headers (#5) (609c71a)
  • api: add new endpoints + properties + enums (#9) (8fd90c4)

Bug Fixes

  • internal: improve stream cancellation handling of abort controllers (#17) (e8f15dd)

Chores

  • internal: improve SSE decoding of lines (#14) (74b9bdc)
  • internal: restructure core streaming implementation (#7) (b97964b)

Refactors

  • api: remove unused properties and enum members (#16) (51c8ab5)
  • change nested query parameters to be objects (#8) (fdcd3a4)
  • api: rename return reason enum member (#12) (51ba5d4)
  • docs: cleanup api.md response types (539848e)
  • move error type definitions to error.ts (#15) (e50a9a1)

Documentation

  • drop official support for EOL Node versions (Node 12, 13, 14, 15) (#18) (f3be71b)
  • point to github repo instead of email contact (#13) (72d7fef)
  • slight improvement to file uploads example (#10) (b134725)

Build System

stainless-api
published 0.3.0 •

Changelog

Source

0.3.0 (2023-05-31)

⚠ BREAKING CHANGES

  • api: notification_of_change has been removed in favor of the new notifications_of_change list field

Features

  • add additional coercion functions (5f106bf)
  • add internal support for streaming responses (a1c321e)
  • add internal support for streaming responses (a1c321e)
  • add webhook HMAC verification helper methods (7a00853)
  • api: add at_time property for balance lookups (0b6c0de)
  • api: add collection_receivable to transaction source category enum (e743cc9)
  • api: add expires_at property (c257707)
  • api: add simulations.checkTransfers.return() method (e7d330a)
  • api: add simulations.checkTransfers.return() method (e7d330a)
  • api: add bookkeeping accounts, entries, and entry sets, and several other changes (d63d4e7)
  • api: add new endpoints (7d4ebe6)
  • api: add new endpoints, several params, fields, enum members, and documentation updates (8ffb013)
  • api: add new enum members (0785f7a)
  • api: add new fields (3d9c69b)
  • api: add new methods (ca41987)
  • api: add optional pending_transaction_id field to pending transaction (fa011e7)
  • api: add wire decline object (2d2e77e)
  • api: enum updates (f09e25a)
  • api: make routeType an enum & add ACHTransfer.effectiveDate (77fd8ea)
  • api: make routeType an enum & add ACHTransfer.effectiveDate (77fd8ea)
  • api: replace notification_of_change with a list, and add merchant_acceptor_id (831e49e)
  • api: updates (ad907d5)
  • api: updates (ca80997)
  • api: updates (ca80997)
  • api: updates (651bf76)
  • api: updates (e58e324)
  • client: handle trailing slash in base url properly (a03d867)
  • docs: add more doc comments (b8bc790)
  • docs: updates (6cea39c)
  • improve docs and add new property (418fe83)
  • improve error types (db09c19)
  • improve error types (db09c19)
  • internal: add support for positional params (9cafda3)
  • internal: add support for positional params (9cafda3)
  • internal: improve example generation (e0fa5b3)
  • internal: improve example generation (e0fa5b3)
  • internal: internal fixes (4848450)
  • internal: internal fixes (4848450)
  • internal: re-export fileFromPath helper util from the root (09c0c79)
  • internal: re-export fileFromPath helper util from the root (09c0c79)
  • send Idempotency-Key by default for POST requests (4c15f76)
  • send Idempotency-Key by default for POST requests (4c15f76)
  • tsconfig: set declarationMap: true (50c755f)
  • tsconfig: set declarationMap: true (50c755f)
  • update docs (facb322)

Bug Fixes

  • allow importing in typescript without manually installing @types/web (d802d9e)
  • bump @types/node version (7915638)
  • change unknown type generation to interface{} (532c5ec)
  • change unknown type generation to interface{} (532c5ec)
  • client: properly expose maxRetries option (dfdce20)
  • internal: fix TS error when setting global AbortController polyfill (00c0df8)
  • internal: fix TS error when setting global AbortController polyfill (00c0df8)
  • polyfill AbortController more safely (71e0db3)
  • polyfill AbortController more safely (71e0db3)
  • sse: handle server-sent events more robustly (8dddf91)

Reverts

  • remove crypto module import (b82e4b7)
  • remove crypto module import (b82e4b7)

Refactors

  • docs: cleanup api.md response types (539848e)
  • remove ability to read the api key from the environment (3051874)
  • reorganize pagination class definitions (972a30e)
  • reorganize pagination class definitions (972a30e)
stainless-api
published 0.2.0 •

Changelog

Source

0.3.0 (2023-05-31)

⚠ BREAKING CHANGES

  • api: notification_of_change has been removed in favor of the new notifications_of_change list field

Features

  • add additional coercion functions (5f106bf)
  • add internal support for streaming responses (a1c321e)
  • add internal support for streaming responses (a1c321e)
  • add webhook HMAC verification helper methods (7a00853)
  • api: add at_time property for balance lookups (0b6c0de)
  • api: add collection_receivable to transaction source category enum (e743cc9)
  • api: add expires_at property (c257707)
  • api: add simulations.checkTransfers.return() method (e7d330a)
  • api: add simulations.checkTransfers.return() method (e7d330a)
  • api: add bookkeeping accounts, entries, and entry sets, and several other changes (d63d4e7)
  • api: add new endpoints (7d4ebe6)
  • api: add new endpoints, several params, fields, enum members, and documentation updates (8ffb013)
  • api: add new enum members (0785f7a)
  • api: add new fields (3d9c69b)
  • api: add new methods (ca41987)
  • api: add optional pending_transaction_id field to pending transaction (fa011e7)
  • api: add wire decline object (2d2e77e)
  • api: enum updates (f09e25a)
  • api: make routeType an enum & add ACHTransfer.effectiveDate (77fd8ea)
  • api: make routeType an enum & add ACHTransfer.effectiveDate (77fd8ea)
  • api: replace notification_of_change with a list, and add merchant_acceptor_id (831e49e)
  • api: updates (ad907d5)
  • api: updates (ca80997)
  • api: updates (ca80997)
  • api: updates (651bf76)
  • api: updates (e58e324)
  • client: handle trailing slash in base url properly (a03d867)
  • docs: add more doc comments (b8bc790)
  • docs: updates (6cea39c)
  • improve docs and add new property (418fe83)
  • improve error types (db09c19)
  • improve error types (db09c19)
  • internal: add support for positional params (9cafda3)
  • internal: add support for positional params (9cafda3)
  • internal: improve example generation (e0fa5b3)
  • internal: improve example generation (e0fa5b3)
  • internal: internal fixes (4848450)
  • internal: internal fixes (4848450)
  • internal: re-export fileFromPath helper util from the root (09c0c79)
  • internal: re-export fileFromPath helper util from the root (09c0c79)
  • send Idempotency-Key by default for POST requests (4c15f76)
  • send Idempotency-Key by default for POST requests (4c15f76)
  • tsconfig: set declarationMap: true (50c755f)
  • tsconfig: set declarationMap: true (50c755f)
  • update docs (facb322)

Bug Fixes

  • allow importing in typescript without manually installing @types/web (d802d9e)
  • bump @types/node version (7915638)
  • change unknown type generation to interface{} (532c5ec)
  • change unknown type generation to interface{} (532c5ec)
  • client: properly expose maxRetries option (dfdce20)
  • internal: fix TS error when setting global AbortController polyfill (00c0df8)
  • internal: fix TS error when setting global AbortController polyfill (00c0df8)
  • polyfill AbortController more safely (71e0db3)
  • polyfill AbortController more safely (71e0db3)
  • sse: handle server-sent events more robustly (8dddf91)

Reverts

  • remove crypto module import (b82e4b7)
  • remove crypto module import (b82e4b7)

Refactors

  • docs: cleanup api.md response types (539848e)
  • remove ability to read the api key from the environment (3051874)
  • reorganize pagination class definitions (972a30e)
  • reorganize pagination class definitions (972a30e)
stainless-api
published 0.1.0 •

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