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.
@usersnap/browser
Advanced tools
Collect customer feedback and capture screenshots or recordings with Usersnap's website widget.
Collect customer feedback and capture screenshots or recordings with Usersnap's website widget.
Install the code in minutes. This NPM package is written in TypeScript for installation on browser environments. If you are having issues or wants to help us improve, please visit our help center.
Next, customize the feedback form, enable screen capturing and automatic console log recording, and define audience targeting all in Usersnap's easy-to-use dashboard. Integrate projects to project management tools or service desk platforms, such as Jira, Zendesk, Salesforce.
Install the package using your preferred package manager.
npm install @usersnap/browser
or
yarn add @usersnap/browser
Load and control widgets using your spaceApi
key. Recommended way for full support of configured targeting options.
import { loadSpace } from '@usersnap/browser'
const spaceApiKey = '<YOUR_SPACE_API_KEY>'
loadSpace(spaceApiKey).then((api) => {
api.init()
})
Embed your feedback form seamlessly on your website.
import { loadEmbed } from '@usersnap/browser'
// DOM node of the page where the widget should get appended to
const targetNode = document.getElementById('embedWidget')
const projectApiKey '<YOUR_PROJECT_API_KEY>'
loadEmbed(projectApiKey).then((api) => {
api.init({
mountNode: document.getElementById(targetNode)!,
})
})
For additional examples, see examples in our testPages
folder.
git clone git@github.com:usersnap/usersnap.git
yarn
yarn dev
Browsers for playwright must be installed to run e2e tests:
npx playwright install
FAQs
Collect customer feedback and capture screenshots or recordings with Usersnap's website widget.
The npm package @usersnap/browser receives a total of 9,701 weekly downloads. As such, @usersnap/browser popularity was classified as popular.
We found that @usersnap/browser 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.