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

@mediarithmics/plugins-nodejs-sdk

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mediarithmics/plugins-nodejs-sdk - npm Package Versions

1
9

0.18.0

Diff

Changelog

Source

0.18.0 - 2023-11-08

  • 2 new methods to AudienceFeedConnectorBasePlugin, createAudienceFeedProperties and updateAudienceFeedProperties
  • Fix a typo in UserDeviceTechnicalIdentifierType (MOBILE_ADVERTSING_ID -> MOBILE_ADVERTISING_ID)
  • Fix, export BatchUpdateInterface for batch update on feeds
  • Upate typescript version from 4.9.5 to 5.2.2
  • Upate winston version from 3.8.2 to 5.11.0
  • Upate sinon version from 15.0.1 to 17.0.1
dduponchel
published 0.17.0 •

Changelog

Source

0.17.0 - 2023-10-16

  • Add fields send_items_in_error and send_items_in_success to BatchUpdatePluginResponse
  • Access selected identifying resources from feed instance
dduponchel
published 0.16.0 •

Changelog

Source

0.16.0 - 2023-08-09

  • Remove http proxy properties
dduponchel
published 0.15.0 •

Changelog

Source

0.15.0 - 2023-06-27

  • Automatically fetch selected identifying resources in AudienceFeedConnectorBaseInstanceContext
mgrenonville
published 0.14.1 •

Changelog

Source

0.14.1 - 2023-06-26

  • Add types for UserActivity $user_identifiers field
mgrenonville
published 0.14.0 •

Changelog

Source

0.14.0 - 2023-06-13

  • New subclasses for AudienceFeedConnectorBasePlugin and BatchedAudienceFeedConnectorBasePlugin<T>, related to batched content.
  • Breaking changes in UserSegmentUpdatePluginResponse, when used with UserSegmentUpdatePluginBatchDeliveryResponseData.
    • To output BATCH_DELIVERY, implement BatchedAudienceFeedConnectorBasePlugin instead, that will force implementation of
    protected abstract onUserSegmentUpdate(request: UserSegmentUpdateRequest, instanceContext: AudienceFeedConnectorBaseInstanceContext): Promise<BatchedUserSegmentUpdatePluginResponse<T>>;
    
  • Force not null content in UserSegmentUpdatePluginDeliveryContent
    • Don't output UserSegmentUpdatePluginDeliveryContent if content is empty.
  • Update BatchUpdatePluginResponse#status to uppercase status, instead of lowercase.
dduponchel
published 0.13.0 •

Changelog

Source

0.13.0 - 2023-03-27

Breaking changes in UserSegmentUpdatePluginResponse:

  • grouping_key is now mandatory for file and batch delivery responses
  • destination_token is now mandatory for file delivery responses
dduponchel
published 0.12.0 •

Changelog

Source

0.12.0 - 2023-03-22

Several rules where added regarding linting and formatting. <br /> The use of tsconfig compilerOptions lib 2019 is to in consideration regarding node <12 based plugin. Check readme for more informations.

dduponchel
published 0.11.1 •

Changelog

Source

0.11.1 - 2023-03-22

  • Make grouping_key available for FileDelivery and BatchDelivery
dduponchel
published 0.11.0 •

Changelog

Source

0.11.0 - 2023-02-23

Breaking changes in UserSegmentUpdatePluginResponse (UPDATE).

  • update the Audience feed onUserSegmentUpdate method return type.
  • Interface UserSegmentUpdatePluginResponse data optional element is now of type DeliveryType.
  • DeliveryType takes a T type argument that is unknown by default:
    • If target is FILE_DELIVERY type of the returned data will be string;
    • If target is BATCH_DELIVERY type of the returned data will be T;
  • batch_token no longer exists.
  • binary_content no longer exists (if needed send binary in content).
  • remove duplicate destination_token (filed is only used of FILE_DELIVERY).
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