Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@lifeomic/facebook-test-users
Advanced tools
Utilities for working with Facebook test users, this package uses v10.0 of the Facebook graph-api. link
Install the package as a dependency.
$ npm install --save @lifeomic/facebook-test-users
Create a client instance.
const testUsers = require('@lifeomic/facebook-test-users');
. . .
const client = await testUsers.createClient({ appId, appSecret });
async testUsers.createClient({ appId, appSecret })
Create a new client instance.
async client.createTestUser(options)
Create a new test user. Returns a description of the user.
References:
async client.deleteTestUser({ id })
Delete a test user.
References:
async client.findTestUser(fields)
Find a test user that matches the specified fields. Returns a
description of the matching user augmented with the matched
fields or null
if no users matched the specified fields.
async client.getTestUser({ id, includeFields })
Fetches the user node for the user with the specified ID. Returns the user node with the specified fields.
References:
async client.listTestUsers({ includeFields })
Get a list of all test users associated with the app. Returns a list of user descriptions augmented with any additional requested fields.
References:
FAQs
Utilities for working with Facebook test users
The npm package @lifeomic/facebook-test-users receives a total of 0 weekly downloads. As such, @lifeomic/facebook-test-users popularity was classified as not popular.
We found that @lifeomic/facebook-test-users demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.