
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.
spectrum-vanilla
Advanced tools

Based on popular Spectrum2 package. This version rewrote with TypeScript and drop IE support.
Created by @bgrins and @seballot, modified by @asika32764
Head over to the Documentation Website for more information.
<script src='dist/spectrum.js'></script>
<link rel='stylesheet' href='dist/spectrum.css' />
<input id='colorpicker' />
<script>
Spectrum.create("#colorpicker", {
color: "#f00"
});
</script>
Spectrum is registered as package with npm. It can be installed with:
npm install spectrum-vanilla
<script src="https://unpkg.com/spectrum-vanilla/dist/spectrum.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/spectrum-vanilla/dist/spectrum.min.css">
<!-- Dark theme -->
<link rel="stylesheet" type="text/css" href="https://unpkg.com/spectrum-vanilla/dist/spectrum-dark.min.css">
If you are able to translate the text in the UI to another language, please do! You can do so by either filing a pull request or opening an issue with the translation. The existing languages are listed at: https://github.com/asika32764/spectrum-vanilla/tree/master/src/i18n
I'm just a maintainer, if you need some new features or found a bug, feel free to open a Pull-Request.
yarn build # build uncompressed JS
yarn watch # build and watch
yarn build:css # build css files
More actions please see package.json
Modify test/tests.js and open test/index.html to check the test result.
FAQs
The Spectrum Colorpicker with Vanilla JS
The npm package spectrum-vanilla receives a total of 522 weekly downloads. As such, spectrum-vanilla popularity was classified as not popular.
We found that spectrum-vanilla demonstrated a healthy version release cadence and project activity because the last version was released less than 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.