
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.
react-native-album-list
Advanced tools
Библиотека для получения наименований альбомом и кол-во фотографий
A library for getting all the titles of photo albums and photos. This library was taken https://github.com/shimohq/react-native-albums and modified for further work.
Install the package from npm:
yarn add --save react-native-album-list
or npm i --save react-native-album-list
and
react-native link
import AlbumsList from 'react-native-album-list'
Get a list of albums
AlbumsList.getAlbumList({
count: true,
thumbnail: false,
thumbnailDimensions: false
}).then(list => console.log(list));
Attribute | Values |
---|---|
count | 'true' /'false' |
thumbnail | 'true' /'false' |
thumbnailDimensions | 'true' /'false' |
Get a list of photos
AlbumsList.getImageList({
title: true,
name: false,
size: true,
description: true,
location: false,
date: true,
orientation: true,
type: false,
album: true,
dimensions: false
}).then(list => console.log(list));
Attribute | Values |
---|---|
title | 'true' /'false' |
name | 'true' /'false' |
size | 'true' /'false' |
description | 'true' /'false' |
location | 'true' /'false' |
date | 'true' /'false' |
orientation | 'true' /'false' |
type | 'true' /'false' |
album | 'true' /'false' |
dimensions | 'true' /'false' |
FAQs
Библиотека для получения наименований альбомом и кол-во фотографий
The npm package react-native-album-list receives a total of 1 weekly downloads. As such, react-native-album-list popularity was classified as not popular.
We found that react-native-album-list 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.