
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.
npm-array-flatten
Advanced tools
Receives multilevel nested array as an input and flattens it into one dimensional.
Npm array flatten includes flat, magikflata modules. It Receives multilevel nested array as an input and flattens it into one dimensional.
npm i npm-array-flatten
var arrayFlatten = require('npm-array-flatten');
Receives the nested input array and makes it into single dimensional.
var inputArray = [1,2,3,4,[5,[6,12,21,[1,2,3],5],9],7,8,9];
arrayFlatten.flat(inputArray)
// [1,2,3,4,5,6,12,21,1,2,3,5,9,7,8,9]
Demo @array-flatten | https://tonicdev.com/npm/npm-array-flatten
Krishcdbry [krishcdbry@gmail.com]
MIT @krishcdbry
FAQs
Receives multilevel nested array as an input and flattens it into one dimensional.
The npm package npm-array-flatten receives a total of 4 weekly downloads. As such, npm-array-flatten popularity was classified as not popular.
We found that npm-array-flatten 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.