Socket
Socket
Sign inDemoInstall

homebridge-nest-cam2

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-nest-cam2 - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

lib/nestcam.js

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

error.status = error.response && error.response.status;
self.log.error('Error fetching cameras - ' + error.status);
self.log.debug('Error updating camera info - ' + error.status);
}

@@ -91,3 +91,3 @@ }

error.status = error.response && error.response.status;
self.log.error('Error checking motion - ' + error.status);
self.log.debug('Error checking motion - ' + error.status);
}

@@ -187,3 +187,3 @@ }

});
self.api.sendPromiseRequest(self.apiHost, '/get_image?' + query, 'GET')
self.api.sendPromiseRequest(self.apiHost.slice(8), '/get_image?' + query, 'GET')
.then((response) => {

@@ -190,0 +190,0 @@ callback(undefined, response);

{
"name": "homebridge-nest-cam2",
"version": "1.1.1",
"version": "1.1.2",
"description": "Nest cam plugin for homebridge: https://homebridge.io/",

@@ -5,0 +5,0 @@ "license": "ISC",

@@ -6,3 +6,3 @@ # homebridge-nest-cam2

[![NPM](https://nodei.co/npm/homebridge-nest-cam2.png?compact=true)](https://nodei.co/npm/homebridge-nest-cam2/)
[![Beerpay](https://beerpay.io/Brandawg93/homebridge-nest-cam2/badge.svg)](https://beerpay.io/Brandawg93/homebridge-nest-cam2)
[![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=CEYYGVB7ZZ764&item_name=homebridge-nest-cam2&currency_code=USD&source=url)
![npm](https://img.shields.io/npm/dt/homebridge-nest-cam2)

@@ -9,0 +9,0 @@

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