Socket
Socket
Sign inDemoInstall

@schibsted/niche-tracking

Package Overview
Dependencies
1
Maintainers
7
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.7.0 to 4.7.1

3

lib/types.d.ts

@@ -62,2 +62,5 @@ export type TrackerTypes = 'pulse' | 'googleAnalytics' | 'mbl';

};
engagement?: {
enabled?: boolean;
};
};

@@ -64,0 +67,0 @@ export type TrackersConfig = {

4

package.json
{
"name": "@schibsted/niche-tracking",
"version": "4.7.0",
"version": "4.7.1",
"description": "Package containing tracking logic reused between multiple Schibsted niche sites",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

},
"gitHead": "f64531781d6455ef3d5f27f9883eb7f7b86bc493"
"gitHead": "025e726d87093617838ab3214e7f9d662753dc15"
}

@@ -71,2 +71,5 @@ export type TrackerTypes = 'pulse' | 'googleAnalytics' | 'mbl';

};
engagement?: {
enabled?: boolean;
};
};

@@ -73,0 +76,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc