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.
tfk-saksbehandling-skoleskyss-fara
Advanced tools
Node-module for identifying FARA as transporter.
It uses a combination of zipcodes and schoolids.
From GitHub
$ git clone git@github.com:telemark/tfk-saksbehandling-skoleskyss-fara.git
cd into the directory and run the setup script
$ npm run setup
This will install the module dependencies and generate the zipcode files
Pass in an options object and get true or false in return.
gatenavn street name, required
husnummer street number, required
postnummer zipcode, required
skole schoolid, required
'use strict'
const transportByFara = require('tfk-saksbehandling-skoleskyss-fara');
const options = {
gatenavn: 'Kongsbergvegen',
husnummer: '79',
postnummer: 3681,
skoleid: 3880
}
console.log(transportByFara(options)) //Returns true
The logic is explained in the docs/rules.md
The complete list of schoolids is in lib/data/skoleliste_full.json
$ npm test
FAQs
Checks if FARA is transporter
We found that tfk-saksbehandling-skoleskyss-fara demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.