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

getstream

Package Overview
Dependencies
Maintainers
15
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getstream - npm Package Versions

1
19

6.2.0

Diff

Changelog

Source

6.2.0 - 2020-10-01

Feature

  • Buffer and other types of data streams are accepted for file and image uploads #389
mahboubii
published 6.1.4 •

Changelog

Source

6.1.4 - 2020-09-23

Fixed

  • Typescript compiler option allowSyntheticDefaultImports no longer needed (#387).
  • Undefined process error in some environments (#388).
mahboubii
published 6.1.3 •

Changelog

Source

6.1.3 - 2020-09-15

Fixed

  • Enrich option respects the enrich value if not undefined (#382).
mahboubii
published 6.1.2 •

Changelog

Source

6.1.2 - 2020-09-03

Fixed

  • Correct AggregatedActivityEnriched type (#374).

  • Add maxBodyLength: Infinity option to axios file upload requests (#375).

Chore

  • Bump dependencies (#375).
ferhatelmas
published 6.1.1 •

Changelog

Source

6.1.1 - 2020-09-02

Fixed

  • Correct CollectionResponse type (#372).
ferhatelmas
published 6.1.0 •

Changelog

Source

6.1.0 - 2020-09-02

Added

  • Support follow counting (#369). By default, only server side auth is allowed. Contact support to enable for client side auth support for specific feed groups.
mahboubii
published 6.0.0 •

Changelog

Source

6.0.0 - 2020-08-26

⚠️ Breaking Changes

  • Default export import stream from 'getstream' or equally const stream = require('getstream').default is removed #366.

  • connect export is removed: import { connect } from 'getstream' or const {connect} = require('getstream') #366.

  • Signing export is removed: : import { JWTUserSessionToken, JWTScopeToken } from 'getstream' #366.

  • errors export is removed: import { FeedError, SiteError, StreamApiError } from 'getstream' #366.

  • Client export is removed and renamed to StreamClient: import { StreamClient } from 'getstream' #366.

  • reaction.all() is removed in favor of reaction.filter() #365.

🔄 Changed

  • Entire library is re-written in typescript #356.
mahboubii
published 5.0.5 •

Changelog

Source

5.0.5 - 2020-08-02

  • re-release 5.0.2, 5.0.3, 5.0.4 to fix the bad build
ferhatelmas
published 5.0.4 •

Changelog

Source

5.0.4 - 2020-07-30

  • Elliptic security upgrade
ferhatelmas
published 5.0.3 •

Changelog

Source

5.0.3 - 2020-07-30

  • Fix undefined process in Angular
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