
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
v-hello-world
Advanced tools
A Vue.js component module
yarn add hello-world
npm i --save hello-world
npm run serve
import HelloWorld from 'hello-world';
import 'hello-world/dist/hello-world.min.css';
Vue.component('hello-world', HelloWorld);
<hello-world text="Hello World!"></hello-world>
<hello-world text="Hello World!"></hello-world>
<script src="https://unpkg.com/vue" charset="utf-8"></script>
<script src="./dist/umd/hello-world.min.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="./dist/umd/hello-world.min.css">
<script type="text/javascript">
Vue.component('hello-world', window.HelloWorld.default);
</script>
Build configuration is located in the poi.config.js file, to build just run: npm run build, it will build to cjs and umd directories.
This template uses karma with chai by default, you can change test settings in poi.config.js
npm run test
npm run test:watch
npm run test:cov
This project is licensed under MIT License
FAQs
A Vue.js component module
We found that v-hello-world 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.