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.
modstore
brings the speed python lacked while implementing complex data structures. Leveraging Rust's
speed, modstore
brings custom data structures to decrease processing time. Apart from that, modstore
offers upgraded built-in data structures such as list
, dict
, tuple
and a few new ones like stack
.
modstore
started as a data structure library but now also contains algorithms such as sorting and searching.
modstore
currently offers the following data structures and algorithms to make your day an easy one:
For documentation on a particular topic, click on the topic.
The docs for few topics are still under works, The code itself has docstring(s) in them for ease of use.
Here are the basic importing structures for all currently available modules.
from modstore.python import List, Stack from modstore.rust import BlockChain, DAG from modstore.algorithms.searching import Search, SearchObject from modstore.algorithms.sorting import Sort, SortObject
Categories
modstore
contains a hell lot of detailed algorithms.
Currently available:
modstore
offers the following rust
powered data structures:
BlockChain: Using Rust's performance, create tamper proof blockchain data structure of your required difficulty. Search through the blockchain and retrieve data in their original form as provided.
DAG: Directed Acyclic Graphs are graphs with no cycles, used in certain blockchain variants like IOTA. Create, manipulate and store Network like data in DAG ledgers.
modstore
has these upgraded built-ins:
Make sure you have cargo installed (Rust) and VS Build Tools for C++ (for windows)
git clone https://github.com/d33p0st/modstore.git
python -m pip install --upgrade pip
pip install maturin
cd modstore
maturin develop
pip install .
Feel free to submit any issues with the BlockChain Class here.
Submit pull requests here.
FAQs
Basic and Moded data structures with rust backend for speed.
We found that modstore 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.