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

@rentspree/express-elasticsearch-logger

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rentspree/express-elasticsearch-logger - npm Package Compare versions

Comparing version 4.0.8 to 4.0.9-rc.0

67

lib/config.js

@@ -179,4 +179,67 @@ const indexSettings = {

body: {
type: "object",
enabled: false,
properties: {
agentEmail: {
type: "text",
fields: {
keyword: {
type: "keyword",
normalizer: "lowercase",
},
},
},
renterEmails: {
type: "text",
fields: {
keyword: {
type: "keyword",
normalizer: "lowercase",
},
},
},
screeningOption: {
properties: {
payerType: {
type: "text",
},
selectedScreeningOption: {
properties: {
application: {
type: "text",
},
creditReport: {
type: "text",
},
criminal: {
type: "text",
},
eviction: {
type: "text",
},
},
},
},
},
property: {
properties: {
propertyID: {
type: "text",
},
unitNumber: {
type: "text",
},
street: {
type: "text",
},
city: {
type: "text",
},
state: {
type: "text",
},
zip: {
type: "text",
},
},
},
},
},

@@ -183,0 +246,0 @@ },

2

package.json
{
"name": "@rentspree/express-elasticsearch-logger",
"description": "Log Express app requests to ElasticSearch.",
"version": "4.0.8",
"version": "4.0.9-rc.0",
"homepage": "https://github.com/rentspree/express-elasticsearch-logger",

@@ -6,0 +6,0 @@ "author": {

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