
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@fantassin/axeptio
Advanced tools
Manage tracking scripts with Axeptio.
npm install @fantassin/axeptio
import { Axeptio, GoogleAnalytics, GoogleTagManager } from '@fantassin/axeptio';
const settings = {
clientId: 'axeptioId'
};
const axeptio = new Axeptio( settings );
// Add tracking strategies.
axeptio.add( new GoogleAnalytics( 'UA-propertyId' ) );
axeptio.add( new GoogleTagManager( 'GTM-propertyId' ) );
// Load Axeptio script.
axeptio.init()
In the settings
you can use all the Axeption SDK params, for more information see the documention https://developers.axeptio.eu/sdk/integration-du-sdk.
—
If you don't know which object to create you can use GoogleAnalyticsFactory
, for example :
import { GoogleAnalyticsFactory } from '@fantassin/axeptio';
const factory = GoogleAnalyticsFactory();
// Create a Google Analytics object.
axeptio.add( factory.createGoogleAnalytics( 'UA-propertyId' ) );
// Create a Google Analytics 4 object.
axeptio.add( factory.createGoogleAnalytics( 'G-propertyId' ) );
FAQs
Manage tracking scripts with Axeptio.
We found that @fantassin/axeptio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.