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 Compare versions

Comparing version 8.5.13 to 8.5.14

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # NodeJS SDK: Change Log

6

dist/eventRegistry.js

@@ -268,2 +268,8 @@ "use strict";

error_2 = _a.sent();
// In case we encountered an error in the response from the backend and verbose output is turned off
if (_.has(error_2, "response.data") && _.isString(_.get(error_2, "response.data"))) {
request = {};
_.set(request, "data", _.get(error_2, "response.data"));
console.error(_.get(error_2, "response.data"));
}
// try to print out the error that should be passed by in case the server is down or responds with errors

@@ -270,0 +276,0 @@ if (this.config.verboseOutput) {

@@ -0,0 +0,0 @@ import { EventRegistry } from "eventregistry";

@@ -0,0 +0,0 @@ import { EventRegistry, GetCounts, GetTopCorrelations, QueryArticles } from "eventregistry";

@@ -0,0 +0,0 @@ import { EventRegistry, GetCounts, GetCountsEx } from "eventregistry";

@@ -0,0 +0,0 @@ import {

@@ -0,0 +0,0 @@ import { EventRegistry, GetEventForText, QueryEvent, RequestEventInfo } from "eventregistry";

@@ -0,0 +0,0 @@ import { ArticleInfoFlags, EventRegistry, GetRecentArticles, QueryArticles, RequestArticlesRecentActivity, ReturnInfo, sleep } from "eventregistry";

@@ -0,0 +0,0 @@ import { EventRegistry, GetRecentEvents, QueryEvents, RequestEventsRecentActivity, sleep } from "eventregistry";

@@ -0,0 +0,0 @@ import { ArticleInfoFlags, ArticleMapper, EventRegistry, QueryArticle, QueryArticles, RequestArticleInfo, RequestArticlesUriWgtList, ReturnInfo } from "eventregistry";

@@ -0,0 +0,0 @@ import { ArticleInfoFlags, BaseQuery, CombinedQuery, ComplexArticleQuery, EventRegistry, QueryArticle, QueryArticles, QueryArticlesIter, QueryItems, RequestArticlesInfo, RequestArticlesRecentActivity, ReturnInfo } from "eventregistry";

@@ -0,0 +0,0 @@ // examples that show how to obtain information about an individual event

@@ -0,0 +0,0 @@ import {

@@ -0,0 +0,0 @@ import { TopicPage, EventRegistry, ArticleInfoFlags, ReturnInfo } from "eventregistry";

@@ -0,0 +0,0 @@ import { CategoryInfoFlags, ConceptInfoFlags, EventRegistry, GetTrendingCategories, GetTrendingConceptGroups, GetTrendingConcepts, ReturnInfo } from "eventregistry";

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Package containing wrapper functions for Event Registry API",
"version": "8.5.13",
"version": "8.5.14",
"license": "MIT",

@@ -8,0 +8,0 @@ "main": "./dist/index.js",

@@ -0,0 +0,0 @@ ## Accessing Event Registry data through JS

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -178,2 +178,8 @@ import axios, { AxiosResponse } from "axios";

} catch (error) {
// In case we encountered an error in the response from the backend and verbose output is turned off
if (_.has(error, "response.data") && _.isString(_.get(error, "response.data"))) {
request = {};
_.set(request, "data", _.get(error, "response.data"));
console.error(_.get(error, "response.data"));
}
// try to print out the error that should be passed by in case the server is down or responds with errors

@@ -180,0 +186,0 @@ if (this.config.verboseOutput) {

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as fs from "fs";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ // tslint:disable-next-line:no-namespace

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ import * as _ from "lodash";

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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