New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

getstream-node

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getstream-node - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

package.json
{
"name": "getstream-node",
"version": "1.0.0",
"version": "1.1.0",
"description": "Build newsfeeds and activity feeds on node.js using getstream.io",

@@ -17,3 +17,3 @@ "author": "Tommaso Barbugli <tbarbugli@gmail.com> (http://getstream.io/)",

"extend": "^3.0.0",
"getstream": "~v3.0.0",
"getstream": "v3.3.0",
"istanbul": "^0.3.13",

@@ -20,0 +20,0 @@ "mockery": "^1.4.0",

@@ -154,3 +154,3 @@ ##Stream NodeJS

```
```js
{'actor': 'User:1', 'verb': 'like', 'object': 'Like:42'}

@@ -161,3 +161,3 @@ ```

```
```js
router.get('/flat', ensureAuthenticated, function(req, res, next){

@@ -164,0 +164,0 @@ var flatFeed = FeedManager.getNewsFeeds(req.user.id)['flat'];

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