Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
embulk-filter-reverse_geocoding
Advanced tools
Convert latitude and longitude to prefecture/city name (Only for Japan).
This plugin is using GeoHash.
null
)string
)$ embulk preview -L ./embulk-filter-reverse_geocoding config.yml
+--------------------------+------------+--------------------+-------------+-------------+-------------+
| address:string | lat:double | lon:double | pref:string | city:string | hash:string |
+--------------------------+------------+--------------------+-------------+-------------+-------------+
| 東京都 | 1.0 | 1.0 | | | s00tw |
| 東京都千代田区1−1−1 | 35.6721277 | 139.75891209999997 | 東京都 | 東京都中央区 | xn76u |
| 六本木グランドタワー | 35.6641222 | 139.729426 | 東京都 | 東京都港区 | xn76g |
+--------------------------+------------+--------------------+-------------+-------------+-------------+
filters:
- type: reverse_geocoding
target_lon: lon
target_lat: lat
output_columns:
- {name: pref, type: string, out: pref}
- {name: city, type: string, out: city}
- {name: hash, type: string, out: hash}
$ ./gradlew gem # -t to watch change of files and rebuild continuously
Geo hash data refers to this repository.
https://github.com/FrogAppsDev/jpcities
FAQs
Unknown package
We found that embulk-filter-reverse_geocoding 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.