
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
@eniromaps/tile-worker
Advanced tools
The basic building block for tile-workers, e.g nautical-tile-worker. Can be configured to render different types of tiles. Queue logic by kue. Image manipulation by sharp/libvips.
From npm:
$ npm install --save @eniromaps/tile-worker
From source:
$ git clone git@bitbucket.org:eniro/tile-worker.git
$ cd tile-worker
$ npm install
Start a tile worker that pulls 'nautical' jobs from a priority job queue backed by the redis instance at <REDIS_URL> and render tiles at <MAPSERVER_URL>:
const tileWorker = require('@eniromaps/tile-worker')
tileWorker({
redisUrl: <REDIS_URL>,
mapServerUrl: <MAPSERVER_URL>,
jobName: 'nautical'
})
FAQs
Pulls work from queue and draws meta tiles
The npm package @eniromaps/tile-worker receives a total of 0 weekly downloads. As such, @eniromaps/tile-worker popularity was classified as not popular.
We found that @eniromaps/tile-worker 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.