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.
sweetrpg-library-objects
Advanced tools
Model package for library applications.
name
: String. The name of the person.tag_ids
: [Tag]. An array of tags associated with the author.name
: String. The name of the property.type
: String. The type of the property's value.value
: String. The value of the property.person_id
: Volume. The identifier of the person associated with the property.name
: String. The name of the publisher.title
: String. The title of the review.text
: String. The body text of the review.volume_id
: Volume. The volume associated with the review.name
: String. The name of the studio.game_system
: String. The identifier of the game system.edition
: String. The identifier of the game system's edition.name
: String. The name of the tag.value
: String. The optional value of the tag.person_id
: Person. Identifier of the Person making the contributionroles
: [Enum{ContributionType}]. An array of contribution types for this person.
Valid values are: designer
, developer
, writer
, artist
, cartographer
, editor
,
producer
, consultant
, director
, illustrator
, misc
.name
: String. The name of the volume.contributors
: [Contribution]. An array of contributions for the volume, indicating a person
and their contribution(s) to the volume.studio_ids
: [Studio]. An array of studios associated with the volume.publisher_ids
: [Publisher]. An array of publishers associated with the volume.system_id
: System. The game system associated with the volume.review_ids
: [Review]. An array of reviews associated with the volume.tag_ids
: [Tag]. An array of tags associated with the volume.name
: String. The name of the property.type
: String. The type of the property's value.value
: String. The value of the property.volume_id
: Volume. The identifier of the volume associated with the property.python -m venv ~/.virtualenvs/sweetrpg-library-objects
source ~/.virtualenvs/sweetrpg-library-objects/bin/activate
pip3 install -r requirements/dev.txt
Requirements are organized in a number of role-based files in the requirements/
directory:
dev.{in,txt}
-- for project developmentpkg.{in,txt}
-- for the package itselfdocs.{in,txt}
-- to generate documentationtests.{in,txt}
-- to run unit testsTo update requirements, edit the appropriate *.in
file, then run the update.sh
script in the
same directory. The script will run pip-compile
to generate the *.txt
file with the actual
resolved versions and dependencies.
Documentation for this package can be found here.
FAQs
Unknown package
We found that sweetrpg-library-objects demonstrated a healthy version release cadence and project activity because the last version was released less than 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.