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

getstream

Package Overview
Dependencies
Maintainers
14
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

5.1.0-0

Diff

ferhatelmas
published 5.0.2 •

Changelog

Source

5.0.2 - 2020-07-20

  • Lodash security upgrade
ferhatelmas
published 5.0.1 •

Changelog

Source

5.0.1 - 2020-07-13

  • Add named exports in addition to default and deprecate default
  • Improve readme snippets
  • Add a warning for the version if installing from cdnjs
ferhatelmas
published 5.0.0 •

Changelog

Source

5.0.0 - 2020-07-06

This release drops some of the already deprecated functions.

BREAKING CHANGES

  • Drop support for Node v11
  • Drop support for Node v13
  • Drop callback support for all functions. This affects some of functions and requires the callbacks to be replaced with promise, e.g. feed1.get({}, callback) should change to feed1.get({}).then().catch()
  • Stream.request is no longer exported
  • "request" and "response" handler params are slightly different due to using Axios
  • client.images.thumbmail renamed to client.images.thumbnail
  • StreamApiError.response.statusCode is renamed to StreamApiError.response.status
  • Drop client.makeSignedRequest. This function is removed due to being out of scope. Similar functionality can be reproduced by manually generating authorization token and adding it to the request header.
  • Drop client.createUserSessionToken in favor of client.createUserToken
  • Drop collections._streamRef in favor of collections.ref
  • Drop user._streamRef in favor of user.ref
  • Drop feed.getReadOnlyToken in favor of client.getReadOnlyToken
  • Drop feed.getReadWriteToken in favor of client.getReadWriteToken
  • Feed(feedSlug: string, userId: string, token?: string) instantiation with token as last parameter is deprecated. Token should be supplied by client like stream.connect(apiKey, userToken, appId).feed(feedSlug: string, userId: string)

New features

  • onUploadProgress callback for uploads.
  • options.timeout is honored if given in client setup
ferhatelmas
published 4.5.4 •

Changelog

Source

4.5.4 - 2020-06-12

  • GitHub Action
  • More tests for types
  • Format change in changelog
  • Enable node 11
ferhatelmas
published 4.5.3 •

Changelog

Source

4.5.3 - 2020-05-28

  • Add open graph scrape (og) types
jaapbakker88
published 4.5.2 •

Changelog

Source

4.5.2 - 2020-05-27

  • Extend types for client variables, files and images
jaapbakker88
published 4.5.1 •

Changelog

Source

4.5.1 - 2020-03-30

  • Move babel-runtime to dependencies
tbarbugli
published 4.5.0 •

Changelog

Source

4.5.0 - 2020-03-30

  • Use faye-us-east.stream-io-api.com for realtime updates
tbarbugli
published 4.4.0 •

Changelog

Source

4.4.0 - 2019-12-30

  • Update package.json engine to support Node 13
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