
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
colors interpolation

base
pie
maptalks points
maptalks polygons
zoom stops
custom imagedata size
<script src="https://unpkg.com/colorin/dist/colorin.js"></script>
npm i colorin
# or
yarn add colorin
ColorIn classColor collectionimport {
ColorIn
} from 'colorin';
const colors = [
[0, '#226412'],
[2, '#4C931B'],
[4, '#80BD3F'],
[6, '#B9E287'],
[8, '#E7F5D1'],
[10, '#F7F7F7'],
[13, '#226412'],
[16, '#80BD3F'],
[18, '#F1B7DB'],
[22, '#DF78AF'],
[24, '#C6147E'],
[26, '#8F0051']
];
const ci = new ColorIn(colors);
const [r, g, b, a] = ci.getColor(11);
//if you use cdn
const ci = new colorin.ColorIn(colors);
get color by stopconst [r, g, b, a] = ci.getColor(11);
get canvas image data const imgData = ci.getImageData();
FAQs
colors Interpolation
The npm package colorin receives a total of 2,485 weekly downloads. As such, colorin popularity was classified as popular.
We found that colorin 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.