
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.
@htmlcomponents/create
Advanced tools
Create a project with HTML components.
Pre-alpha!
npx @htmlcomponents/create
Installs Vite and postCSS.
cd path/to/new/project
npm run dev
# or
npm run build
npm run preview
Copy /public/import and /public/assets to the root directory of new project.
In VS Code, use an extension like Live Server.
Right-click index.html at root of new project and select "Open with Live Server.
If using Live Server, be sure that your new project is at the top level of the current VS Code workspace, not in a subfolder of the workspace.
Vite-html-import-plugin transforms HTML by removing and replacing custom elements whose source files are in the public directory.
Without this plugin, html-import will import its content at run time.
vite.config.js:
import { defineConfig } from "vite";
import viteHTMLImportPlugin from "./components/imports/viteHTMLImportPlugin/viteHTMLImportPlugin";
export default defineConfig({
plugins: [viteHTMLImportPlugin()],
});
FAQs
Create a project with HTML components
The npm package @htmlcomponents/create receives a total of 1 weekly downloads. As such, @htmlcomponents/create popularity was classified as not popular.
We found that @htmlcomponents/create demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
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.