
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.
histogram-analyze
Advanced tools
Histogram-analyze is a simple histogram analyzing tool working on Browser, Requirejs, Node.
Histogram-analyze have 3 features
new HistogramAnalze.histogram1D( 5 ); // [0,0,0,0,0]
new HistogramAnalze.circularHistogram1D( 5 , 1 ); // [1,1,1,1,1]
new HistogramAnalyze.histogram2D( 3, 3, 1 ); // [ [1,1,1],
// [1,1,1],
// [1,1,1] ]
.max()
.min()
.cv(kernel)
.medianSmoothing(kSize[, repeat])
.gaussianSmoothing(kSize[, repeat])
.flatten(saturate) // make 0 below saturate * max
.findpeaks()
var histogram1D = HistogramAnalyze.histogram1D
histogram1D([1,0,4,5,20,4,3,3,11,1,2,1])
.flatten(0.1)
.findpeaks()
// = [{ l_end: 1, x: 4, r_end: 6, size: 36, rate: 0.72 }
// { l_end: 7, x: 8, r_end: 9, size: 14, rate: 0.28 }]
histogram1D([1,0,4,5,20,4,3,3,11,1,2,1])
.smoothing(3,2)
.flatten(0.1)
.findpeaks()
// = [{ l_end: 0, x: 4, r_end: 7, size: 42.446, rate: 0.791 }]
// size is the sum from l_end to r_end
// rate is size / total.
// same on hist2D cirHist1D.
FAQs
make histogram and analyze it
The npm package histogram-analyze receives a total of 3 weekly downloads. As such, histogram-analyze popularity was classified as not popular.
We found that histogram-analyze 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.