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

@scvo/router-task-elasticsearch

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scvo/router-task-elasticsearch - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

build/index.js

@@ -172,3 +172,3 @@ "use strict";

else if (!response.hits || !response.hits.total) {
console.log('No no results route for response', response);
console.log('No no results route for response', JSON.stringify(response, null, 4));
response.hits = {

@@ -298,3 +298,3 @@ max_score: 0,

else if (!response.hits || !response.hits.total) {
console.log('No no results route for response', response);
console.log('No no results route for response', JSON.stringify(response, null, 4));
response.hits = {

@@ -301,0 +301,0 @@ max_score: 0,

{
"name": "@scvo/router-task-elasticsearch",
"version": "0.0.12",
"version": "0.0.13",
"description": "SCVO=>Router task for Elasticsearch",

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

@@ -117,3 +117,3 @@ /* tslint:disable:no-any */

} else if (!response.hits || !response.hits.total) {
console.log('No no results route for response', response);
console.log('No no results route for response', JSON.stringify(response, null, 4));
response.hits = {

@@ -244,3 +244,3 @@ max_score: 0,

} else if (!response.hits || !response.hits.total) {
console.log('No no results route for response', response);
console.log('No no results route for response', JSON.stringify(response, null, 4));
response.hits = {

@@ -247,0 +247,0 @@ max_score: 0,

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