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

node-twitter-api

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-twitter-api - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

2

package.json
{
"name": "node-twitter-api",
"version": "1.7.3",
"version": "1.7.4",
"description": "Simple module for using Twitter's API in node.js",

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

"use strict";
var VERSION = "1.7.3",
var VERSION = "1.7.4",
querystring = require("querystring"),

@@ -69,3 +69,3 @@ oauth = require("oauth"),

}
callback(null, parsedData);
callback(null, parsedData, response);
}

@@ -72,0 +72,0 @@ });

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