
Product
Introducing License Overlays: Smarter License Management for Real-World Code
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
@binance-chain/analytics
Advanced tools
yarn add analytics -S
/* example file src/analytics.js */
import Analytics from '@binance-chain/analytics';
import umamiPlugin from '@binance-chain/analytics-plugin-umami';
const analytics = Analytics({
app: 'your-app-name',
plugins: [
// ... your analytics integrations
umamiPlugin({
id: '',
reportUri: '',
});
],
});
/* export the instance for usage in your app */
export default analytics;
import Analytics, { onRouteChange } from '@binance-chain/analytics';
onRouteChange((newRoutePath) => {
console.log('new route path', newRoutePath);
// trigger page view
analytics.page();
});
FAQs
Simple wrapper of analytics Layer
We found that @binance-chain/analytics 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.
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.