Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@livesession/gatsby-plugin-livesession
Advanced tools
This is a plugin that let you easily add LiveSession tracking code to your Gatsby website. Plugin adds code only in production mode. Follow the instruction to configure it properly.
Install
npm i @livesession/gatsby-plugin-livesession
or yarn add @livesession/gatsby-plugin-livesession
Configure
// In gatsby-config.js
plugins: [
{
resolve: `@livesession/gatsby-plugin-livesession`,
options: {
trackID: YOUR_LIVESESSION_TRACKID, // Required, string
keystrokes: true || false, // Optional, default to false
rootHostname: '.example.com', // Optional
},
},
];
trackID
This is a place for your Tracking ID, you can get it from your LiveSession account. Tracking code won't be genereated without it.
keystrokes
Enable global keystroke tracking, read more here
rootHostname
Set this to the highest-level hostname to record session across different subdomains on your site. (e.g. .your-domain.com)
More informations about configuration and methods go to LiveSession Developers page
For support contact us at hello@livesession.io or visit https://www.livesession.io
FAQs
Integrate LiveSession with Gatsby!
The npm package @livesession/gatsby-plugin-livesession receives a total of 7 weekly downloads. As such, @livesession/gatsby-plugin-livesession popularity was classified as not popular.
We found that @livesession/gatsby-plugin-livesession 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.