
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
spine-json-lib
Advanced tools
This library was created to parse, edit and optimize spine animations from command line.
Install and update using pip
:
pip install -U spine-json-lib
from spine_json_lib import SpineAnimationEditor
animation_editor = SpineAnimationEditor.from_json_file(
json_path='path/to/animation.json'
)
# images_references will keep references updated to images used in animation
# even after removing an animations or skins
print("{}".format(animation_editor.images_references))
# here we decided to remove "anim1" and "anim2"
animation_editor.erase_animations(
animations_to_erase=["anim1", "anim2"]
)
# here we remove skin1 and all the images only used on this skin
animation_editor.erase_skins(
skins_to_erase=["skin1"]
)
# making animation looks twice bigger that it is right now
animation_editor.scale_animation(scaleX=2.0, scaleY=2.0)
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage
project template.
Cookiecutter: https://github.com/audreyr/cookiecutter
audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
For guidance on how to make a contribution to spine-json-lib, see the contributing guidelines
.
contributing guidelines: https://github.com/socialpoint-labs/spine-json-lib/blob/master/CONTRIBUTING.rst
MIT <https://github.com/socialpoint-labs/spine-json-lib/blob/master/LICENSE>
FAQs
Library to parse and edit spine animations from command line
We found that spine-json-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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 malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.