
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
findify-analytics
Advanced tools
sudo apt-get install libcairo2-dev libjpeg-dev libgif-dev
or on Mac OS with Homebrew:
brew install cairo
npm install findify-analytics --save
or
yarn add findify-analytics
Alternatively, you can use UMD builds, by requiring them to the page using <script>
tag:
https://findify-assets-2bveeb6u8ag.netdna-ssl.com/analytics-js/findify-analytics.1.1.2.min.js
or using unminified version:
https://findify-assets-2bveeb6u8ag.netdna-ssl.com/analytics-js/findify-analytics.1.1.2.js
var FindifyAnalytics = require('findify-analytics');
// First, you need to initialize library:
var client = FindifyAnalytics.init({
key: 'your_api_key',
});
// After library initialized, we can send event requests to server with `client` instance. Let's perform click-suggestion request:
client.sendEvent('click-suggestion', {
rid: 'request_id',
suggestion: 'Black t-shirt'
});
// Also, you can get `user` instance, which can be used further in `findify-sdk` library:
var user = client.getUser();
MIT
FAQs
## Dependencies
The npm package findify-analytics receives a total of 1 weekly downloads. As such, findify-analytics popularity was classified as not popular.
We found that findify-analytics 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.