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

getstream

Package Overview
Dependencies
Maintainers
10
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.3.0 to 7.3.1

5

lib/feed.d.ts

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

};
export declare type GetFeedOptions = FeedPaginationOptions & EnrichOptions & RankedFeedOptions & NotificationFeedOptions;
export declare type FeedContextOptions = {
user_id?: string;
};
export declare type GetFeedOptions = FeedPaginationOptions & EnrichOptions & RankedFeedOptions & NotificationFeedOptions & FeedContextOptions;
export declare type GetFollowOptions = {

@@ -40,0 +43,0 @@ filter?: string[];

2

package.json

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

"license": "BSD-3-Clause",
"version": "7.3.0",
"version": "7.3.1",
"scripts": {

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

@@ -46,4 +46,12 @@ /// <reference path="../types/modules.d.ts" />

export type GetFeedOptions = FeedPaginationOptions & EnrichOptions & RankedFeedOptions & NotificationFeedOptions;
export type FeedContextOptions = {
user_id?: string;
};
export type GetFeedOptions = FeedPaginationOptions &
EnrichOptions &
RankedFeedOptions &
NotificationFeedOptions &
FeedContextOptions;
export type GetFollowOptions = {

@@ -50,0 +58,0 @@ filter?: string[];

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

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

Sorry, the diff of this file is not supported yet

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