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

eventregistry

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventregistry - npm Package Versions

234

9.1.1

Diff

Changelog

Source

v9.1.1 (2024-11-14)

Fixed

  • fixed the issue when passing logging as false to the EventRegistry constructor the logs folder was still created. Now the logs are created only when logging is set to true.

v9.1 (2024-06-27)

Updated

  • Updated several external packages used internally by the SDK.
  • Removed lodash as a dependency. Added
  • added keywordSearchMode parameter that can be used in QueryArticles, QueryArticlesIter, QueryEvents, QueryEventsIter and QueryEvent constructors. Updated
  • QueryArticles class. Added filters authorsFilter, videosFilter, linksFilter
  • QueryMentions class. Added several filters: industryUri, sdgUri, sasbUri, esgUri, minSentenceIndex, maxSentenceIndex, showDuplicates
  • Changed how logging works. If you would like to see host information or manually adjust logging level then you can do the following
        const er = new EventRegistry();
        er.logger.logLevel = LogLevel.DEBUG; // or LogLevel.INFO, LogLevel.WARN, LogLevel.ERROR
    
event_registry
published 9.1.0 •

event_registry
published 8.11.2 •

event_registry
published 8.11.1 •

Changelog

Source

v8.11.1 (2023-05-11)

Fixed

  • fixed the RequestEventsRecentActivity response type to the correct value.
event_registry
published 8.10.4 •

Changelog

Source

v8.10.4 (2022-12-08)

  • Apply correct default value for article count when querying for articles when using RequestArticlesInfo (was 200 instead of 100).
event_registry
published 8.10.3 •

Changelog

Source

v8.10.3 (2022-12-08)

  • Correctly apply allowUseOfArchive parameter when querying for articles and events with iterator classes.
event_registry
published 8.10.2 •

Changelog

Source

v8.10.2 (2022-05-09)

  • Correctly exposed internal types and move other types to development dependencies. Thanks to the PR #17.
event_registry
published 8.10.1 •

Changelog

Source

v8.10.1 (2022-03-23)

Breaking

  • TopicPage.getArticles and TopicPage.getEvents return full response with additional page/pages information (instead of simple array of articles/events).
event_registry
published 8.10.0 •

Changelog

Source

v8.10.0 (2021-10-19)

Added

  • added file QueryMentions that can be used to query mentions of specific event types. The class is currently in beta and not available to users unless they have permissions to use this endpoint. The classes QueryMentions and QueryMentionsIter can be used in the same way as classes for querying articles and events, except that some query parameters are added and some removed. Examples for the classes were also added.

Updated

  • When using method initWithComplexQuery we now check if the provided json is valid json object and report error in case it is not
event_registry
published 8.9.2 •

Changelog

Source

v8.9.2 (2021-05-12)

Updated

  • Updated dependencies of the SDK library

v8.9 (2020-11-24)

Added

  • added required and excluded optional parameters to the TopicPage class to methods addConcept, addKeyword, addCategory, addSource, addSourceLocation and addSourceGroup.
  • exceptions are now raised by the SDK library in case of status codes 204, 400, 401, 403 and 530. The meaning of the above status codes is described on the documentation page.
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