
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.
alfred-item
Advanced tools
Wrapper for alfred workflow item in Node.js / io.js.
$ npm install alfred-item
First you should require this package:
var AlfredItem = require("alfred-item");
Then you should new
an item:
var item = new AlfredItem();
You may add an item into it:
item.addItem(uid, title, subtitle, icon, options);
uid
is theuid
attribute of item.
options
which is optional contains several key-value pairs live as attributes in item.For an example, when options is like:
{ autocomplete: "" }
The result will be like:
<item uit="..." autocomplete=""> <title>...</title> <subtitle>...</subtitle> <icon>...</icon> </item>
You may delete an item via uid:
item.delItemViaUid(uid);
And you may get the XML string:
var xml = item.output();
console.log(xml);
console.log(item);
addItem(uid, title, subtitle, icon[, options]);
delItemViaText(key, text);
delItemViaAttr(key, attr);
delItemViaTitle(title);
delItemViaSubtitle(subtitle);
delItemViaIcon(icon);
delItemViaUid(uid);
output();
You're welcome to make pull requests!
FAQs
Wrapper for alfred workflow item in Node.js / io.js.
The npm package alfred-item receives a total of 3 weekly downloads. As such, alfred-item popularity was classified as not popular.
We found that alfred-item 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.