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

eventregistry

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventregistry - npm Package Versions

134

8.9.1

Diff

event_registry
published 8.9.0 •

event_registry
published 8.8.0 •

Changelog

Source

v8.8.0 (2020-10-07)

Added

  • added filters reportingDateStart and reportingDateEnd to QueryEvents. You can use these dates to find the events where the average date of reporting matches this date range. Note that dateStart and dateEnd will return events based on when they (supposedly) happened and it can be quite different than the reporting dates.
  • added parameters updatesAfterNewsUri, updatesafterBlogUri, updatesAfterPrUri to the RequestArticlesRecentActivity. Can be used to make sure that absolutely no article is missed when using the QueryArticles with RequestArticlesRecentActivity requested result. See this file for an example of use.
event_registry
published 8.7.0 •

Changelog

Source

v8.7.0 (2020-01-31)

Added

  • added EventRegistry.getServiceStatus() method that reports status of the services
  • We added sentiment, which can now be used in querying of articles and events. The QueryArticles, QueryArticlesIter, QueryEvents, QueryEventsIter now all have additional parameters minSentiment and maxSentiment that can be used to filter the articles and events. The valid values are between -1 (very negative sentiment) and 1 (very positive sentiment). Value 0 represents neutral sentiment.
  • Sentiment was also added as a property in the returned articles and events.
  • ComplexQueryArticles and ComplexQueryEvents classes now support in the constructor additional filters like minSentiment, maxSentiment, minFacebookShares, endSourceRankPercentile, etc.

Updated

  • ReturnInfo classes (ArticleInfoFlags, ConceptInfoFlags, ...) were updated. Some obsolete parameters were removed and we've also added support to directly pass any rarely used parameters, that are not a part of the typings.
  • TopicPage.getArticles and TopicPage.getEvents methods now also support passing any rarely used parameters directly, that are not a part of the typings.
  • Analytics: We updated trainTopicOnTweets(), trainTopicClearTopic() and trainTopicGetTrainedTopic() methods in the Analytics class.
  • Analytics.annotate() method now supports passing custom parameters that should be used when annotating the text.
  • Changed some defaults in the returned data. When searching articles, we now by default return article image and sentiment.
  • Analytics. updated trainTopicOnTweets(), trainTopicClearTopic() and trainTopicGetTrainedTopic() methods in the Analytics class.
  • QueryArticles.initWithComplexQuery() was updated - the parameter dataType was removed (since the dataType value should be provided in the $filter section of the query)
  • TopicPage now supports setting also the source rank percentile
  • Analytics.extractArticleInfo now also supports setting the headers and cookies to be used when making the requests

Removed

  • removed EventRegistry.suggestCustomConcepts() and EventRegistry.getCustomConceptUri() methods. Not used anymore since we are not supporting anymore the correlation feature.
event_registry
published 8.5.15 •

event_registry
published 8.5.14 •

event_registry
published 8.5.13 •

Changelog

Source

v8.5.13 (2018-10-10)

Changed

  • Better exposure of Typescript type definitions (affects Typescript users)
event_registry
published 8.5.12 •

event_registry
published 8.5.11 •

event_registry
published 8.5.1 •

Changelog

Source

v8.5.1 (2018-09-17)

Changed

  • A couple of minor fixes and improvements for examples and other minor things
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