
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@megalo/devtool
Advanced tools
小程序调试工具,由于小程序 IDE 不方便安装插件,因此采用另开页面的方式来对 Vue 进行调试,参考 Vue Devtool 的功能。
目前支持功能:
目前支持平台:
const DevtoolPlugin = require('@megalo/devtool/webpack-plugin');
module.exports = {
plugins: [
new DevtoolPlugin({
// port: 12222, // 默认 12222
// host: 'xxx.xxx.xxx.xxx' // 默认取本地 ip 地址
}),
],
};
import Vue from 'vue'
import DevtoolPlugin from '@megalo/devtool/vue-plugin';
Vue.use(DevtoolPlugin);
http://localhost:12222,开始使用调试

FAQs
Unknown package
We found that @megalo/devtool demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.