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

opensearch-browser

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opensearch-browser - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

3

dist/utils.js

@@ -190,3 +190,3 @@ 'use strict';

var xhr = new XMLHttpRequest();
xhr.open(baseRequest.method || 'GET', url);
if (baseRequest.headers) {

@@ -197,3 +197,2 @@ Object.keys(baseRequest.headers).forEach(function (key) {

}
xhr.open(baseRequest.method || 'GET', url);
xhr.send(baseRequest.body ? baseRequest.body : null);

@@ -200,0 +199,0 @@ return xhr;

{
"name": "opensearch-browser",
"version": "0.0.19",
"version": "0.0.20",
"description": "An OpenSearch client supporting the geo and time extensions.",

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

@@ -163,3 +163,3 @@ import 'isomorphic-fetch';

const xhr = new XMLHttpRequest();
xhr.open(baseRequest.method || 'GET', url);
if (baseRequest.headers) {

@@ -170,3 +170,2 @@ Object.keys(baseRequest.headers).forEach((key) => {

}
xhr.open(baseRequest.method || 'GET', url);
xhr.send(baseRequest.body ? baseRequest.body : null);

@@ -173,0 +172,0 @@ return xhr;

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