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
112
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 1.9.1 to 1.9.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [1.9.2](https://github.com/wmfs/tymly-solr-plugin/compare/v1.9.1...v1.9.2) (2019-02-07)
### 🐛 Bug Fixes
* Aha - use model.id when creating the SELECT statement ([aec68ee](https://github.com/wmfs/tymly-solr-plugin/commit/aec68ee))
* Use model.name not model.title when constructing select statement ([020961b](https://github.com/wmfs/tymly-solr-plugin/commit/020961b))
## [1.9.1](https://github.com/wmfs/tymly-solr-plugin/compare/v1.9.0...v1.9.1) (2019-01-26)

@@ -2,0 +10,0 @@

2

lib/components/services/solr/index.js

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

return `SELECT ${columns.join(', ')} FROM ${_.snakeCase(model.namespace)}.${_.snakeCase(model.title)}`
return `SELECT ${columns.join(', ')} FROM ${_.snakeCase(model.namespace)}.${_.snakeCase(model.id)}`
}

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

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

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

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