New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guardian/automat-contributions

Package Overview
Dependencies
Maintainers
43
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/automat-contributions - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

4

dist/lib/types.d.ts

@@ -34,3 +34,3 @@ declare type Tracking = {

contentType: string;
sectionName: string;
sectionId: string;
shouldHideReaderRevenue: boolean;

@@ -49,2 +49,4 @@ isMinuteArticle: boolean;

modulesVersion?: string;
url?: string;
browserId?: string;
};

@@ -51,0 +53,0 @@ export declare type Metadata = {

@@ -42,9 +42,6 @@ type Tracking = {

contentType: string;
sectionName: string;
sectionId: string;
shouldHideReaderRevenue: boolean;
// TODO let's replace these with Design Type/a single property after migration
isMinuteArticle: boolean;
isPaidContent: boolean;
tags: Tag[];

@@ -56,7 +53,2 @@ mvtId?: number;

hasOptedOutOfArticleCount: boolean;
// Note, it turns out that showSupportMessaging (defined in the Members Data
// API) does not capture every case of recurring contributors or last
// contributions (i.e. the latter two are not simply a subset of the first -
// we need all three!).
showSupportMessaging: boolean;

@@ -66,2 +58,4 @@ isRecurringContributor: boolean;

modulesVersion?: string;
url?: string;
browserId?: string; // Only present if the user has consented to browserId-based targeting
};

@@ -68,0 +62,0 @@

{
"name": "@guardian/automat-contributions",
"version": "0.4.2",
"version": "0.4.3",
"author": "Nicolas Long <nicolas.long@theguardian.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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