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

kepler-companion

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kepler-companion - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

4

KeplerCompanion.js

@@ -95,2 +95,5 @@ "use strict";

body: JSON.stringify(body),
headers: {
'Content-Type': 'application/json',
},
timeout: this.config.timeout

@@ -103,2 +106,3 @@ });

xhr.timeout = this.config.timeout;
xhr.setRequestHeader('Content-Type', 'application/json');
xhr.onreadystatechange = () => {

@@ -105,0 +109,0 @@ if (xhr.readyState === 4 && xhr.status === 0) {

2

package.json
{
"name": "kepler-companion",
"version": "1.1.3",
"version": "1.1.4",
"description": "Kepler analytics toolkit for client side",

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

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