Socket
Socket
Sign inDemoInstall

@secretteam/nestjs-solrcloud

Package Overview
Dependencies
48
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

8

dist/solr.module.js

@@ -19,4 +19,4 @@ "use strict";

const solr_service_1 = require("./solr.service");
const https_1 = require("https");
const http_1 = require("http");
const https = require("https");
const http = require("http");
let SolrModule = SolrModule_1 = class SolrModule {

@@ -37,7 +37,7 @@ constructor(httpService) {

};
const httpsAgent = new https_1.default.Agent({
const httpsAgent = new https.Agent({
keepAlive: true,
maxSockets: 500
});
const httpAgent = new http_1.default.Agent({
const httpAgent = new http.Agent({
keepAlive: true,

@@ -44,0 +44,0 @@ maxSockets: 500

{
"name": "@secretteam/nestjs-solrcloud",
"version": "1.0.9",
"version": "1.0.10",
"description": "Solrcloud client for Nestjs",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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