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

auth0-metrics-tag-manager

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-metrics-tag-manager - npm Package Compare versions

Comparing version 2.0.0-beta1 to 2.0.0-beta2

2

package.json
{
"name": "auth0-metrics-tag-manager",
"version": "2.0.0-beta1",
"version": "2.0.0-beta2",
"description": "A simple tag manager for auth0-metrics",

@@ -5,0 +5,0 @@ "main": "build/auth0-metrics-tag-manager.js",

@@ -23,3 +23,3 @@ import loadScript from './script-loader.js';

deferred.run(() => {
return typeof FB === 'object' && window.fbAsyncInit.hasRun;
return (typeof FB === 'object' && window.fbAsyncInit.hasRun);
});

@@ -32,3 +32,2 @@

function handleEvent({ type, id, properties, userId }) {
const location = window.location || {};
if (type === 'page') {

@@ -43,3 +42,3 @@ return deferred.push(() => { FB.AppEvents.logPageView(); });

if (type === 'setUserId') {
return deferred.push(() => { console.log(id); FB.AppEvents.setUserID(userId); });
return deferred.push(() => { FB.AppEvents.setUserID(userId); });
}

@@ -46,0 +45,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