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

getstream

Package Overview
Dependencies
Maintainers
9
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getstream - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # CHANGELOG

## [7.0.1](https://github.com/GetStream/stream-js/releases/tag/v7.0.1) - 2020-12-04
### Fix
- Correct server side follow stat call permission [#401](https://github.com/GetStream/stream-js/pull/401)
## [7.0.0](https://github.com/GetStream/stream-js/releases/tag/v7.0.0) - 2020-11-24

@@ -10,0 +16,0 @@

2

lib/feed.js

@@ -284,3 +284,3 @@ "use strict";

qs: qs,
token: this.token
token: this.client.getOrCreateToken()
});

@@ -287,0 +287,0 @@ }

@@ -14,3 +14,3 @@ {

"license": "BSD-3-Clause",
"version": "7.0.0",
"version": "7.0.1",
"scripts": {

@@ -17,0 +17,0 @@ "transpile": "babel src --out-dir lib --extensions '.ts'",

@@ -452,3 +452,3 @@ /// <reference path="../types/modules.d.ts" />

qs,
token: this.token,
token: this.client.getOrCreateToken(),
});

@@ -455,0 +455,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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