latest-tweets-modern
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -29,3 +29,3 @@ const request = require('request'); | ||
); | ||
if (this.skipPinnedTweets) { | ||
if (this.options.skipPinnedTweets) { | ||
var tweets = xpath.select( | ||
@@ -32,0 +32,0 @@ "//li[contains(@class, 'js-stream-item') and not(contains(@class,'js-pinned'))]", |
{ | ||
"name": "latest-tweets-modern", | ||
"description": "About Get latest tweets from a user with ease.", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "url": "git://github.com/noffle/latest-tweets.git" |
@@ -8,2 +8,6 @@ # latest-tweets made by: https://github.com/hackergrrl/ | ||
# Installing | ||
```npm i latest-tweets-modern ``` | ||
# Example In House | ||
@@ -10,0 +14,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
7625
47