
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@harlem/plugin-devtools
Advanced tools
This is the official Harlem devtools plugin for adding Vue devtools integration to Harlem.
Note: The Vue 3 compatible devtools are currently in beta and subject to change. Please ensure you have the beta version of the Vue devtools installed in your browser and disable the stable Vue devtools to prevent conflict.
Before installing the devtools plugin make sure you installed @harlem/core
.
@harlem/plugin-devtools
:npm install @harlem/plugin-devtools
Or if you're using Yarn:
yarn add @harlem/plugin-devtools
import App from './app.vue';
import harlem from '@harlem/core';
import createDevtoolsPlugin from '@harlem/plugin-devtools';
const devtoolsPlugin = createDevtoolsPlugin({
label: 'My State'
});
createApp(App)
.use(harlem, {
plugins: [devtoolsPlugin]
})
.mount('#app');
0x40c48d
.(?) indicates an optional field
There is currently an issue where the devtools may not show your stores the first time they are opened. Simply hit the refresh button in the top right of the devtools to force it to show your stores/state.
FAQs
The official Vue devtools plugin for Harlem
The npm package @harlem/plugin-devtools receives a total of 98 weekly downloads. As such, @harlem/plugin-devtools popularity was classified as not popular.
We found that @harlem/plugin-devtools 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.