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

remote.it

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remote.it - npm Package Compare versions

Comparing version 0.39.8 to 0.39.9

2

lib/remote.it.js

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

.post('/developer/customer/', contact)
.then(function (newContact) { return r3.contacts._formatUpdate(newContact); })];
.then(function (resp) { return r3.contacts._formatUpdate(resp); })];
});

@@ -692,0 +692,0 @@ });

{
"name": "remote.it",
"version": "0.39.8",
"version": "0.39.9",
"description": "remote.it JavaScript/node client library",

@@ -5,0 +5,0 @@ "main": "lib/remote.it.js",

@@ -535,3 +535,3 @@ import axios, { AxiosError, AxiosResponse } from 'axios'

.post('/developer/customer/', contact)
.then(newContact => r3.contacts._formatUpdate(newContact))
.then(resp => r3.contacts._formatUpdate(resp))
},

@@ -538,0 +538,0 @@ async update(contact: IContactPoster): Promise<IContact> {

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