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.
@wmfs/tymly-solr-plugin
Advanced tools
Plugin which handles interaction with Apache Solr for Tymly framework
This plugin handles interaction with Apache Solr.
On tymly startup, this plugin searches the loaded blueprints for models that have properties which should be indexed by Apache Solr. It then creates a database view referencing those properties. This service also provides functions to instruct Apache Solr to index data from a database table/view.
See the test blueprint in /test/fixtures/school-blueprint for an example of how to do this.
$ npm install tymly-solr-plugin --save
Before running the tests, you'll need a test PostgreSQL database available and set a PG_CONNECTION_STRING
environment variable to point to it, for example:
PG_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/my_test_db
You can also set an optional SOLR_URL
environment variable to configure what Apache Solr instance to use. If the environment variable is not set the plugin will default to http://localhost:8983/solr
. You can however explicitly configure what instance to use like this:
SOLR_URL=http://domain.com:8983/solr
Once the environment variables have been set, you can run the tests like this:
$ npm test
1.10.0 (2019-02-08)
FAQs
Plugin which handles interaction with Apache Solr for Tymly framework
The npm package @wmfs/tymly-solr-plugin receives a total of 346 weekly downloads. As such, @wmfs/tymly-solr-plugin popularity was classified as not popular.
We found that @wmfs/tymly-solr-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.