
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
@tangible/jitsu-plausible-destination
Advanced tools
Plausible destination plugin for Jitsu based on Jitsu SDK.
nano docker-compose.yml
...
services:
jitsu:
image: jitsucom/jitsu:tangible
...
Set config.json:
cp config.json.example config.json
nano config.json
Install all dependencies for a project
yarn install
Build destination:
yarn build
Run tests
yarn test
If everything is ok - resulted destination file location
./dist/plausible-destination.js
Validate destination config: with json string:
yarn validate-config --config-object '{"api_secret": "abc","token": "def", "project_id": "123"}'
with json file:
yarn validate-config --config config.json
docker ps
yum install epel-release
yum install dnf
npm i -g corepack
sudo dnf install nodejs
sudo dnf install npm
npm install -g npx
npx jitsu-cli@0.7.5 extension create --type destination
'''
Need to install the following packages:
jitsu-cli@0.7.5
Ok to proceed? (y) y
? Please, provide project name: jitsu-plausible
? Project directory: /root/application/jitsu-plausible
[info ] - Creating new jitsu project in /root/application/jitsu-plausible
[info ] - Project directory doesn't exist, creating it!
[info ] - ✨ Done
'''
cd /root/application/my-plugins/
tar -C /root/application/my-plugins/jitsu-plausible/ -cvzf jitsu-plausible-destination.tgz .
mv jitsu-plausible-destination.tgz /root/application/my-plugins/jitsu-plausible/
add this line to "volumes:" section
nano docker/eventnative.yaml
[...]
destinations:
jitsu-plausible-destination:
only_tokens:
- my_token
type: npm
package: /home/eventnative/data/plugins/jitsu-plausible/jitsu-plausible-destination.tgz
mode: stream
config:
api_secret: "https://hooks.slack.com/services/ABC/XYZ/etc"
token: "registration,error"
project_id: "123"
nano docker-compose.yaml
- /root/application/my-plugins/:/home/eventnative/data/plugins/
- /root/application/docker/eventnative.yaml:/home/eventnative/data/config/eventnative.yaml
yarn build && yarn validate-config -c config.json
FAQs
Plausible destination plugin for Jitsu
We found that @tangible/jitsu-plausible-destination demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.