Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@artsy/artsy-xapp
Advanced tools
Tiny lib to fetch, store, and refresh an xapp token from Artsy's API.
var artsyXapp = require('artsy-xapp');
artsyXapp.init({
url: 'https://api.artsy.net', // defaults to process.env.ARTSY_URL
id: '31f31ffds', // defaults to process.env.ARTSY_ID
secret: '32rf1fds' // defaults to process.env.ARTSY_SECRET
}, function() {
app.locals.xappToken = artsyXapp.token
});
artsyXapp.on('error', process.exit);
ArtsyXapp will fetch an xapp token on init
, store the token in artsyXapp.token
and refresh the token in the background. If everything goes to hell (e.g. the token is expiring and Artsy's API is down) it will emit an error and null the token—you probably want to crash the server at this point if your app depends deeply on Artsy's API.
MIT
FAQs
Tiny lib to fetch and refresh an xapp token from Artsy's API.
We found that @artsy/artsy-xapp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 open source maintainers 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.