Socket
Socket
Sign inDemoInstall

elasticdump

Package Overview
Dependencies
136
Maintainers
4
Versions
314
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.109.0 to 6.109.1

3

lib/transports/__es__/_helpers.js
const jsonParser = require('../../jsonparser.js')
const aws4signer = require('../../aws4signer')
const delay = require('delay')
const _ = require('lodash')

@@ -158,2 +159,4 @@ // ///////////

const safeDecodeURIComponent = (uri) => {
// fixes #1014
if (_.isNil(uri)) return uri
try {

@@ -160,0 +163,0 @@ return decodeURIComponent(uri)

2

package.json

@@ -5,3 +5,3 @@ {

"description": "import and export tools for elasticsearch",
"version": "6.109.0",
"version": "6.109.1",
"license": "Apache-2.0",

@@ -8,0 +8,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc