Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
colorbrewer
Advanced tools
Color specifications and designs developed by Cynthia Brewer (http://colorbrewer2.org/).
This is a shim module of colorbrewer2 by Cythina Brewer for browserify.
It is also a shim for the files provided in d3.js lib.
Access color schemes by name and the number of discrete colors needed, such as colorbrewer.Blues[5]
. For a list of color schemes by group, use colorbrewer.schemeGroups
. Example:
const colorbrewer = require('colorbrewer');
console.log(colorbrewer.schemeGroups.sequential);
// ["BuGn","BuPu","GnBu",...]
console.log(colorbrewer.Blues[5]);
// ["#eff3ff","#bdd7e7","#6baed6","#3182bd","#08519c"]
1.4.0
so do lock your version to 1.3.0
for now1.5.0
is using rollup to generate both UMD and ES module so hopefully this will resolve the problems for most of us.1.4.0
FAQs
A shim module of colorbrewer2 by Cythina Brewer for browserify
The npm package colorbrewer receives a total of 64,264 weekly downloads. As such, colorbrewer popularity was classified as popular.
We found that colorbrewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.