Socket
Socket
Sign inDemoInstall

@schibsted/niche-tracking

Package Overview
Dependencies
Maintainers
8
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schibsted/niche-tracking - npm Package Compare versions

Comparing version 4.9.0 to 4.9.1

1

lib/types.d.ts

@@ -44,3 +44,2 @@ export type TrackerTypes = 'googleAnalytics' | 'mbl' | 'pulse';

id: string;
name: string;
variant: string;

@@ -47,0 +46,0 @@ };

4

package.json
{
"name": "@schibsted/niche-tracking",
"version": "4.9.0",
"version": "4.9.1",
"repository": {

@@ -31,3 +31,3 @@ "type": "git",

},
"gitHead": "53e12e9bf4ccd6839a4a198b0a4d66baf2ea8145"
"gitHead": "a44ccd237e25350d6b98192a876f5dcac7025816"
}

@@ -191,3 +191,2 @@ # Niche Tracking

id: 'experimentId', // unique identifier of A/B test
name: 'Readable explanation of A/B test',
variant: 'variant-b', // identifier of a variant which will be served to user

@@ -197,3 +196,2 @@ },

id: 'anotherExperimentId',
name: 'Readable explanation of another A/B test',
variant: 'another-variant-a',

@@ -200,0 +198,0 @@ },

@@ -52,3 +52,2 @@ export type TrackerTypes = 'googleAnalytics' | 'mbl' | 'pulse';

id: string;
name: string;
variant: string;

@@ -55,0 +54,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