Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@tgwf/greentrace-cli
Advanced tools
A bit like traceroute, but for green internet. Libraries used in Greentrace
The standalone library used by the GreenTrace App to show
where packets are hoping through the world when you make a request from your machine, based on the Geolite IP Database
which hops pass through infrastructure running on green energy, as listed by the Green Web Foundation
This will run a traceroute, then print to STDOUT a GeoJSON file with coordinates for every IP address, as looked up in the GeoIP database.
npx greentrace --domain=yourdomain.com
Note: it's not fast. I'd welcome pointers on making this run faster, without losing too much info.
You can also run this as a library in a larger application. You can see this in use in the greentrace electron app, designed plot these hops on a map.
import GreenTrace from "@tgwf/greentrace-lib"
// return a Promise, that resolves to an array
const hops = await GreenTrace.trace(domainName)
// make this into something we can put on a map
const hopsAsgeoJSON = hops.toGeoJSON()
There are two licenses, for the code and data. See the LICENSE file for details.
[0.2.0]
FAQs
A bit like traceroute, but for green internet. Libraries used in Greentrace
The npm package @tgwf/greentrace-cli receives a total of 4 weekly downloads. As such, @tgwf/greentrace-cli popularity was classified as not popular.
We found that @tgwf/greentrace-cli 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.