
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.