node-twitter-api
Advanced tools
Comparing version 1.7.3 to 1.7.4
{ | ||
"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 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36647