Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@eniromaps/seeder
Advanced tools
Seed TMS tiles and store them on Amazon S3 under a specific tile version. Tiles can later be fetched via a tile-broker.
The seeder will push jobs on a priority job queue backed by the redis instance at REDIS_URL
. Jobs are pulled from the queue by tile-workers who will render the tiles and store them on Amazon S3 under the correct tile version.
$ git clone git@bitbucket.org:eniro/seeder.git
$ cd seeder
$ npm install
The following environment variables can be set. They can later be overridden by command line args.
$ export REDIS_URL=<redis-server-url> #default is redis://127.0.0.1:6379
$ bin/seed.js <options>
The following options are available:
--redisUrl
set redis url (override $REDIS_URL)
--layer
The layer to seed. e.g map or nautical
--zoom
Comma separated list of zoom levels to seed
--metaTileSize
Meta tile size. Default is 3.
--concurrency
Number of meta tiles that should be processed at the same time. Default is 5.
--tileVersion
The new tile version. Default is todays date e.g 20160223
--shp
Shapefile with seeding bounds.
$ bin/seed.js --layer=map --zoom=15,16,17 --shp=shape/ag_omr.shp
FAQs
Seeda!
We found that @eniromaps/seeder 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.
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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.