![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
helper node module for
Get Twitter CONSUMER KEYS & ACCESS TOKENS
$ npm install --save tweep
$ #better save these tokens in ~/.bashrc or ~/.zshrc
$ export TWITTER_CONSUMER_KEY=xxxxxxx
$ export TWITTER_CONSUMER_SECRET=xxxxxxx
$ export TWITTER_ACCESS_TOKEN_KEY=xxxxxx
$ export TWITTER_ACCESS_TOKEN_SECRET=xxxxx
// articles or link shared in user's tweets and retweets will get fetched, also twitter moments will also included
const tweep = require('tweep');
// shared_article_limit totally depends on fetched tweets,you can put 100 but if user haven't shared 100 articles you won't get your desired result
// tweep('twitter_user_name',shared_article_limit)
tweep('zuck_007',5)
.then(resp => {
console.log(resp);
/*
{ user: 'https://twitter.com/zuck_007',
shared_articles:
[ { tweet_url: 'https://twitter.com/JavaScriptDaily/status/847103438056030209',
article_url: 'https://twitter.com/i/moments/847043675364507648' },
{ tweet_url: 'https://twitter.com/zuckXbot/status/844949447469666307',
article_url: 'http://bit.ly/2mwxwlK' },
{ tweet_url: 'https://twitter.com/ShashiTharoor/status/839498552015388672',
article_url: 'https://www.theguardian.com/world/2017/mar/08/india-britain-empire-railways-myths-gifts' },
{ tweet_url: 'https://twitter.com/zuckXbot/status/836803582154375173',
article_url: 'http://bit.ly/2mrlppB' },
{ tweet_url: 'https://twitter.com/ThePracticalDev/status/836732719740694529',
article_url: 'https://twitter.com/i/moments/836725412130598913' }
]
}
*/
});
tweep('nobodyShouldUseThisUsernameOtherwiseBuildWillFail',10)
.then(resp => {
console.log(resp);
/*
[ { code: 34, message: 'Sorry, that page does not exist.' } ]
*/
});
FAQs
node module for https://twitter.com/TimFederle/status/659798794863775744
We found that tweep demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.