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

user-stream

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

user-stream - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

lib/user-stream.js

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

var oauth = require('oauth');
var oauth = require('oauth'),
events = require('events'),

@@ -34,3 +34,3 @@ util = require("util");

: 'close',
'User-Agent': 'teeter.js'
'User-Agent': 'user-stream.js'
}

@@ -75,3 +75,3 @@ );

this.destroy = function() {
request.socket.destroy();
request.abort();
//remove heartbeat checking interval

@@ -78,0 +78,0 @@ clearInterval(stream.heart_int_id);

{
"name": "user-stream",
"version": "0.0.3",
"version": "0.0.4",
"description": "Simple twitter user stream client. Only one dependency (oauth).",

@@ -5,0 +5,0 @@ "keywords": ["twitter","streaming"],

user-stream
=============
### Version: 0.0.3 ###
### Version: 0.0.4 ###

@@ -5,0 +5,0 @@ Simple Node.js Twitter (API 1.1) user stream client (https://dev.twitter.com/docs/streaming-apis/streams/user)

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