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

@wmfs/tymly-solr-plugin

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/tymly-solr-plugin - npm Package Compare versions

Comparing version 2.33.0 to 2.33.1

4

lib/components/services/solr/index.js

@@ -30,3 +30,3 @@ 'use strict'

)
this.logger.debug('solrSchemaFields', this.solrSchemaFields)
this.logger.debug(`solrSchemaFields: ${JSON.stringify(this.solrSchemaFields)}`)

@@ -45,3 +45,3 @@ this.searchDocs_ = options.blueprintComponents.searchDocs

await storageClient.query('DROP VIEW IF EXISTS tymly.solr_data', [])
this.logger.debug('createViewSQL', this.createViewSQL)
this.logger.debug(`createViewSQL: ${this.createViewSQL}`)
await storageClient.query(this.createViewSQL, [])

@@ -48,0 +48,0 @@ } // boot

@@ -96,3 +96,3 @@ const solr = require('solr-client')

add (doc) {
this.logger.debug('Adding', doc)
this.logger.debug(`Adding ${JSON.stringify(doc)}`)

@@ -111,3 +111,3 @@ return new Promise((resolve, reject) => {

delete (docId) {
this.logger.debug('Deleting', docId)
this.logger.debug(`Deleting ${docId}`)

@@ -114,0 +114,0 @@ return new Promise((resolve, reject) => {

{
"name": "@wmfs/tymly-solr-plugin",
"version": "2.33.0",
"version": "2.33.1",
"description": "Plugin which handles interaction with Apache Solr for Tymly framework",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/wmfs/tymly-solr-plugin#readme",

{
"name": "solr",
"version": "2.33.0",
"version": "2.33.1",
"label": "Solr",

@@ -5,0 +5,0 @@ "author": "Tim Needham",

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