
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@aomao/plugin-quote
Advanced tools
引用样式插件
$ yarn add @aomao/plugin-quote
添加到引擎
import Engine, { EngineInterface } from '@aomao/engine';
import Quote from '@aomao/plugin-quote';
new Engine(...,{ plugins:[Quote] })
默认快捷键为 mod+shift+u
//快捷键
hotkey?: string | Array<string>;
//使用配置
new Engine(...,{
config:{
"quote":{
//修改快捷键
hotkey:"快捷键"
}
}
})
//使用 command 执行插件、并传入所需参数
engine.command.execute('quote');
//使用 command 执行查询当前状态,返回 boolean | undefined
engine.command.queryState('quote');
FAQs
The npm package @aomao/plugin-quote receives a total of 19 weekly downloads. As such, @aomao/plugin-quote popularity was classified as not popular.
We found that @aomao/plugin-quote 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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.