
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
giffy-break
Advanced tools
Watch random gifs in a browser while your
promise
is resolving
Inspired by vdemedes/gifi.
$ npm install --save giffy-break
const giffyBreak = require('giffy-break');
const delay = require('delay');
const opn = require('opn');
giffyBreak(delay(6e4), 'dc6zaTOxFJmzC').then(opn);
// enjoy a gif slideshow in your browser for a minute
Starts a local server and returns a promise
that resolves to its url
.
Type: promise
Required
A promise
to show gifs while it is resolving.
Type: string
Required
A giphy.com API key.
Type: string
Default: 'Hi'
Message to show before all the gifs.
Type: string
or function
Default: 'Here you go'
Message to show on success. If a function
is passed, it'll be supplied with input
's resolved value.
Type: string
Default: 'Le wild error appears'
Message to show on failure. If a function
is passed, it'll be supplied with input
's rejected value.
Type: number
Default: 5000
Time between gifs in milliseconds.
MIT © Dmitriy Sobolev
FAQs
Watch random gifs in a browser while your promise is resolving
We found that giffy-break 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.