
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
vue-facebook-pixel
Advanced tools
A small wrapper around fbq. This package integrates Facebook pixel into your Vue
app.
npm install vue-facebook-pixel
Also, this library requires installing Facebook Pixel API.
import Vue from 'Vue'
import VueFacebookPixel from 'vue-facebook-pixel'
Vue.use(VueFacebookPixel)
To start using this script you will have to call init(...)
first.
/**
* Init facebook tracking pixel
* @param {String} appId
* @param {object} [data={}]
*/
Vue.analytics.fbq.init('YOUR_FACEBOOK_CODE', {
em: 'user@mail.com'
})
Make sure init(...)
is called only once.
Then you will have full access to the event(...)
method.
/**
* Event tracking
* @param {String} name
* @param {object} [data={}]
*/
Vue.analytics.fbq.event('ViewContent', {
content_name: 'Really Fast Running Shoes'
})
All component
instances can call this.$analytics.fbq
All vue-analytics-*
share the same analytics
object, where all the providers are stored.
Facebook Pixel API is required to be installed. You can skip the default window.fbq('init', 'KEY')
part and use Vue.analytics.fbq.init(...)
which will do the same.
FAQs
A Facebook Pixel API wrapper
The npm package vue-facebook-pixel receives a total of 250 weekly downloads. As such, vue-facebook-pixel popularity was classified as not popular.
We found that vue-facebook-pixel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
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.