
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.
make-component
Advanced tools
Generate virtual-dom components files
The less of your application that you need to think about when making changes, the easier it is to build complex features
Todo:
In the meantime I recommend using mco some-component-name -d for everything
$ npm install --save make-component
For the CLI:
$ npm install --global make-component
var makeNode = require('make-component').makeNode
var makeStyle = require('make-component').makeStyle
// component node string
makeNode('component-name')
// component style string
makeStyle('component-name')
$ mco component-name > ./path/to/dir/component-name.js
$ mco component-name -s > ./path/to/dir/component-name_style.js
$ mco component-name -d # dump out a component folder with the node and its styles
Inspect element and look at the filepath attribute to see exactly where the component's source lives
MIT
FAQs
Generate virtual-dom components
We found that make-component 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.