Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fathom-client

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fathom-client - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

2

package.json
{
"name": "fathom-client",
"version": "3.3.0",
"version": "3.3.1",
"description": "A simple wrapper around the Fathom Analytics library",

@@ -5,0 +5,0 @@ "keywords": [

@@ -123,5 +123,5 @@ # Fathom Client [![CircleCI](https://circleci.com/gh/derrickreimer/fathom-client.svg?style=svg)](https://circleci.com/gh/derrickreimer/fathom-client)

### `disableTrackingForMe()`
### `blockTrackingForMe()`
Disables tracking for the current visitor.
Blocks tracking for the current visitor.

@@ -137,5 +137,5 @@ See https://usefathom.com/docs/features/exclude.

```js
import { disableTrackingForMe } from 'fathom-client';
import { blockTrackingForMe } from 'fathom-client';
disableTrackingForMe();
blockTrackingForMe();
```

@@ -142,0 +142,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc