
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
A pixel-aligned point of interest icon set made for cartographers.
This repo only contains the source SVG files. Check out maki website to use an icon editing tool and read detailed design guidelines.
Maki welcomes contributions from designers who need icons for specific points of interest. Check out the design guidelines before submitting a pull request. Pull requests will only be merged if all tests pass.
Every icon in Maki must pass the automated tests in tests/maki.test.js. These tests check the following:
Maki is ready to be used by developers. Install Maki via NPM:
npm install maki --save
The maki module exports two properties: dirname
which just points to the directory that contains icons, and then layouts
which is an object that can be used to organize and display icons in your app or website. Here's an example usage in Node.js:
var maki = require('maki');
files.forEach(function(fileName, j) {
maki.layouts.all.forEach(function(icon) {
fs.readFile(maki.dirname + '/icons/' + icon + '-11.svg', 'utf8', function(err, file) {
// Read icons as strings in node
console.log(file);
});
});
});
The main branch for the Maki project is master
. The old version of Maki still exists in the mb-pages
branch, which must remain intact because a number of old Mapbox projects depend on files it serves from its www/
directory.
FAQs
Pixel-perfect icons for web cartography
The npm package maki receives a total of 506 weekly downloads. As such, maki popularity was classified as not popular.
We found that maki demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 42 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.