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

getstream

Package Overview
Dependencies
Maintainers
7
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 4.2.4 to 4.2.5

4

package.json

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

"license": "BSD-3-Clause",
"version": "4.2.4",
"version": "4.2.5",
"scripts": {

@@ -96,3 +96,3 @@ "build": "babel src --out-dir lib",

"testdouble": "^3.12.0",
"typescript": "^3.2.4",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.0.1",

@@ -99,0 +99,0 @@ "webpack": "^4.8.3",

@@ -1,2 +0,2 @@

// TypeScript Version: 3.2
// TypeScript Version: 3.5
export as namespace stream;

@@ -143,4 +143,4 @@

// Remove activity
removeActivity(activityId: string | Activity): Promise<object>;
removeActivity(activityId: string | Activity, callback: RestCallback): void;
removeActivity(activityId: string | object): Promise<object>;
removeActivity(activityId: string | object, callback: RestCallback): void;

@@ -196,3 +196,3 @@ // Add activities

// Get feed
get(options?: object): Promise<object>;
get(options: object): Promise<object>;
get(options: object, callback: RestCallback): void;

@@ -247,3 +247,3 @@

kind: string,
reaction: string | Activity,
reaction: string | Reaction,
data?: object,

@@ -254,3 +254,3 @@ targetFeeds?: string[],

kind: string,
reaction: string | Activity,
reaction: string | Reaction,
data: object,

@@ -257,0 +257,0 @@ targetFeeds: string[],

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