Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
atlas-magic
Advanced tools
This tool will:
-> download a shp file from CDN
-> apply an optional filter
-> converts to topojson
-> simplify geometries while preserving topology
npx atlas-magic us-rivers > newtopojson.json
Watch the magic happen...
#atlas-magic <command> [options…] <>
where <command> is:
us-counties, us-cities, us-rivers, us-states, combine-topo
[options...]
key | default | example |
---|---|---|
--listfile | myFIPScodes.csv (used for filtering) | |
--filterkey | FIPS | |
--max | 100000 | for population (when applied) |
--simplify | 0.006 | |
--quantize | 1e6 |
$ atlas-magic us-cities --max 250000 > cities_over_250k.json
$ atlas-magic us-counties --listfile fips_codes.csv > my-us-counties.json
$ atlas-magic us-rivers > us-rivers.json
$ atlas-magic us-states > us-states.json
$ atlas-magic us-states > us-states.json
$ atlas-magic us-counties --listfile fips_codes.csv > us-counties.json
$ atlas-magic combine-topo us-states.json us-counties.json > us-states-with-counties.json
FAQs
a magic CLI for making GIS data files (topojson, geojson)
The npm package atlas-magic receives a total of 11 weekly downloads. As such, atlas-magic popularity was classified as not popular.
We found that atlas-magic 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.