
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
map-to-linked
Advanced tools
from Hash table to linked table
Tip : 4 spaces indentation are required in json file
// before : "summary.json" file
{
"a":{
"b":{
"c":1
}
},
"d":{
"e":2
}
}
// after : generator a named "linked.json" file
[{
"id": 1,
"pid": -1,
"layer": 1,
"type": "dir",
"content": "a"
}, {
"id": 2,
"pid": 1,
"layer": 2,
"type": "dir",
"content": "b"
}, {
"id": 3,
"pid": 2,
"layer": 3,
"type": "file",
"content": "c:1"
}, {
"id": 4,
"pid": -1,
"layer": 1,
"type": "dir",
"content": "d"
}, {
"id": 5,
"pid": 4,
"layer": 2,
"type": "file",
"content": "e:2"
}]
npm install -g map-to-linked
#1: default look for "summay.json" file as source
map-to-linked
#2: custom
map-to-linked source=myname.json
FAQs
from Hash table to linked table
The npm package map-to-linked receives a total of 0 weekly downloads. As such, map-to-linked popularity was classified as not popular.
We found that map-to-linked 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.