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.
A ruby gem that wraps Pearson dictionary API
You can add it to your Gemfile with:
gem 'dictionary_lookup'
or
You can install it directly
gem install dictionary_lookup
and then require it
require 'dictionary_lookup'
You can lookup a word definition by:
results = DictionaryLookup::Base.define("hello")
results will contain an array of DictionaryLookup::Definition objects.
results.count # => 1
results.first.part_of_speech # => "noun"
results.first.denotation # => "used as a greeting when you see or meet someone"
results.first.examples # => ["Hello, John! How are you?"]
You can specify different dictionary by passing dictionary
in config hash. List of available dictionaries could be found here
results = DictionaryLookup::Base.define("hello", {dictionary: "wordwise"})
FAQs
Unknown package
We found that dictionary_lookup demonstrated a not healthy version release cadence and project activity because the last version was released 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.