
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.
basicelement
Advanced tools
The Simplest abstraction over HTMLElement adding on reactive state and nothing else. Less than 1kb.
The Simplest abstraction over HTMLElement adding on reactive state and nothing else. Less than 1kb.
CDN Link: https://res.cloudinary.com/dithdroai/raw/upload/v1609690131/libraries/basic_p6rzbt.js (11kb)
CDN Link (ES 6 MODULE VERSION): https://res.cloudinary.com/dithdroai/raw/upload/v1609690120/libraries/basicmodule_zkycnv.js (13 kb)
NPM npx create-basicelement-app projectName or to build a custom build ```npm install basicelement`
class TestTest extends BasicElement {
constructor() {
super({ hello: 'hello' });
}
render(state, props) {
return `<h1>${state.hello}</h1>
<h2>${props.user}</h2>`;
}
}
BasicElement.tag('test-test', TestTest);
Using the Component in your HTML
<test-test user="james"></test-test>
<button
onclick="document.querySelector('test-test').setState({hello: 'cheese'})"
>
Click Me
</button>
Two rules in constructing a new components:
FAQs
The Simplest abstraction over HTMLElement adding on reactive state and nothing else. Less than 1kb.
The npm package basicelement receives a total of 0 weekly downloads. As such, basicelement popularity was classified as not popular.
We found that basicelement 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.