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

twitter-stream-channels

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

twitter-stream-channels - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.2.3 (2015-06-14)
* fix typos in README
## 0.2.2 (2015-01-18)

@@ -2,0 +6,0 @@

2

package.json
{
"name": "twitter-stream-channels",
"version": "0.2.2",
"version": "0.2.3",
"description": "Manage multiple filters on the same Twitter stream",

@@ -5,0 +5,0 @@ "keywords": [

@@ -68,3 +68,3 @@ twitter-stream-channels

setTimeout(function(){
stream.close();//closes the stream connected to Twitter
stream.stop();//closes the stream connected to Twitter
console.log('>stream closed after 100 seconds');

@@ -135,3 +135,3 @@ },100000);

The object returned by `(new require('twitter-stream-channels')(credentials)).stremChannels(options)` extends the standard [events.EventEmitter of nodejs](http://nodejs.org/api/events.html), so you can use `on()`, `off()`, `addEventListener()` ...
The object returned by `(new require('twitter-stream-channels')(credentials)).streamChannels(options)` extends the standard [events.EventEmitter of nodejs](http://nodejs.org/api/events.html), so you can use `on()`, `off()`, `addEventListener()` ...

@@ -160,3 +160,3 @@ ####I can't connect to Twitter, or I have disconnections, how about that ?

* continuous : `npm run test-watch` (I set it up but don't use it for the moment)
* online tests (needs the connexion to Twitter to use the streming API) : make sure you set your credentials in the `twitter.credentials.json` file. Don't run them too many times (if you attempt too much connexion, your IP could be black listed from Twitter) :
* online tests (needs the connexion to Twitter to use the streaming API) : make sure you set your credentials in the `twitter.credentials.json` file. Don't run them too many times (if you attempt too much connexion, your IP could be black listed from Twitter) :
* single run : `npm run test-online` (none for the moment and not so sure there should be any)

@@ -167,2 +167,2 @@ * How to generate the doc :

* Install the theme dependencies : `cd extras/yuidoc-theme-blue` then `npm install`
* After that, at the root, just run `npm run yuidoc`
* After that, at the root, just run `npm run yuidoc`

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