New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bioinsights/solr-client-updated

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bioinsights/solr-client-updated - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

dist/lib/solr.js

@@ -86,5 +86,3 @@ "use strict";

: 'http://';
this.undiciClient = new undici_1.Client(`${urlPrefix}${this.options.host}:${this.options.port}`, {
connect: this.options.tls,
});
this.undiciClient = new undici_1.Client(`${urlPrefix}${this.options.host}:${this.options.port}`);
}

@@ -91,0 +89,0 @@ get solrVersion() {

@@ -6,3 +6,3 @@ {

"description": " A Solr client library for indexing, adding, deleting, committing, optimizing and searching documents within an Apache Solr installation (version>=3.2)",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {

@@ -22,3 +22,5 @@ "build": "tsc --skipLibCheck",

"test:legacy": "mocha -r ts-node/register -R spec test/*-test.ts --client.port=8984 && mocha -r ts-node/register -R spec test/*-test.ts --client.port=8984",
"prepublishOnly": "npm run build"
"prepublish": "rm -rf ./dist",
"prepublishOnly": "npm run build",
"publish": "npm publish --access public"
},

@@ -36,3 +38,3 @@ "engines": {

"tslib": "^2.3.1",
"undici": "^4.7.1"
"undici": "^6.21.0"
},

@@ -39,0 +41,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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