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.
VerioCheck Node library provides convenient access to the VerioCheck API calls from applications written in server-side JavaScript.
Please keep in mind that this package is for use with server-side Node that uses VerioCheck secret keys.
VerioCheck provides FREE Address validation, Identity Verification, SMS Verification, Contact Data Cleaning, Name & Gender Validation, Email & IP Validation.
You can Signup for Free API Keys at https://veriocheck.com/signup
See the API docs.
Install the package with:
npm install veriocheck
The package needs to be configured with your account's secret key which is available in your VerioCheck Dashboard. Require it with the key's value:
var VerioCheck = require('./veriocheck/index.js')("YOUR_PRIVATE_KEY", "YOUR_AUTH_CODE");
VerioCheck.validateKey(function(err, res){
console.log(err,res);
});
var inputNameParams = {"fname": "jjohni", "lname": "doe"};
VerioCheck.nameCheck(inputNameParams, function(err, res){
console.log(err,res);
});
This module contains easy access to the following methods. All these methods accept (inputJSONParams, CallbackFunction). Refer to the VerioCheck.nameCheck example above. Refer to API documentation for required parameters.
regeneratePublicKey, addressCheck, verifyIdentity, cleanAndVerify, smsCreateCode, smsVerifyCode, smsVerificationStatus, nameCheck, emailCheck, ipCheck
FAQs
VerioCheck Contact Validation & Identity Verification API
We found that veriocheck 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.