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 1.2.2 to 1.2.3

2

package.json

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

"description": "Package containing wrapper functions for Event Registry API",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",

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

@@ -38,3 +38,3 @@ import axios, { AxiosResponse } from "axios";

}
if (config.logging) {
if (this.config.logging) {
this.logger = winston.createLogger({

@@ -52,2 +52,3 @@ level: "info",

}
if (_.isNil(this.config.apiKey)) {

@@ -54,0 +55,0 @@ console.info("No API key was provided. You will be allowed to perform only a very limited number of requests per day.");

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

action: "getEvents",
eventUriList: uriList,
eventUriList: _.join(uriList, ","),
};

@@ -119,0 +119,0 @@ return query;

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

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