Socket
Socket
Sign inDemoInstall

eventregistry

Package Overview
Dependencies
35
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

8.11.2

Diff

event_registry
published 8.11.1 •

Changelog

Source

v8.11.1 (2023-03-24)

Updated

  • the QueryEventArticlesIter class will be significantly faster in returning the articles when you specify the language filter Added
  • New option for usage for the following classes: QueryEventsIter, QueryEventArticlesIter, QueryArticlesIter and QueryMentionsIter. Example below shows how to use it with QueryEventsIter class.
(async () => {
    const er = new EventRegistry();
    const events = new QueryEventsIter(er, { keywords: "Obama", maxItems: 30 });
    for await (const event of events) {
        console.info(event);
    }
})();
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.
event_registry
published 8.9.1 •

event_registry
published 8.9.0 •

234Next
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