
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Some useful data structures for collections of data
Index
Provide indexing for a list. Inner properties can be used for keys, and keys can be tuples of properties.
UniqueIndex
Same as Index, but includes checks and optimization to ensure members' keys are unique.
Queue
A Queue
is a list, with add()
and pop()
. It ensures members in the queue are not duplicated by not adding the ones already found in the queue.
Matrix
A multidimensional grid of values that can be used like a Mapping
from a-tuple-of-coordinates to the value at that coordinate. Plus a few other convenience methods.
This is a naive implementation. The hope it is a simple facade to a faster implementation.
Relation
Store the many-to-many relations between two domains
FAQs
More Collections! Some useful data structures for dealing with Data
We found that mo-collections 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 RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.