Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
An API wrapper for cumulocity API. Made for researcher. Focus on Measurements and events resources from GEAR data
This is a Python client for the Cumulocity Data API. The GearAPI package is a wrapper to simplify GET requests and JSON response parsing from the Measurement and Event Resources.
This library abstracts:
pip install GearAPI
import Client
client = Client(
user = <IoT Platform User Name>
password = <IoT Platform User Password>
)
date_start = "2024-08-01"
date_end = "2024-08-02"
device_params = {
"devicetype": "iaq"
}
output_file_path = "output.csv"
client.download(
date_start,
date_end,
output_file_path = output_file_path,
device_params = device_params)
"""
output: all the iaq devices data from 2024-08-01 to 2024-08-02
"""
go to https://github.com/kajimadev-KaTRIS/GearAPI/deployments/github-pages and click on the latest weblink for more information
FAQs
An API wrapper for cumulocity API. Made for researcher. Focus on Measurements and events resources from GEAR data
We found that GearAPI 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.