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

node-red-contrib-hikvision-ultimate

Package Overview
Dependencies
Maintainers
0
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-hikvision-ultimate - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

CHANGELOG.md

@@ -7,2 +7,6 @@ <p align="center"><img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-hikvision-ultimate/master/img/logo.png' width="40%"></p>

<p>
<b>Version 1.2.4</b> December 2024<br/>
- Doorbell: fixed an issue introduced with 1.2.3, preventing the door to be open.<br/>
</p>
<p>
<b>Version 1.2.1</b> September 2024<br/>

@@ -9,0 +13,0 @@ - AX Pro: fixed an issue where occasionally, when malformed multipart data is sent from the AX Pro, there would be no NAK.<br/>

2

nodes/Doorbell-config.js

@@ -247,3 +247,3 @@

var reqcontroller = new globalThis.AbortController(); // For aborting the stream request
let reqController = new globalThis.AbortController(); // For aborting the stream request
var options = {

@@ -250,0 +250,0 @@ // These properties are part of the Fetch Standard

@@ -438,3 +438,3 @@

//if (reqController !== null) reqController.abort().then(ok => { }).catch(err => { });
reqController.abort();
if (reqController !== null) reqController.abort();
} catch (error) { }

@@ -441,0 +441,0 @@ }

{
"name": "node-red-contrib-hikvision-ultimate",
"version": "1.2.3",
"version": "1.2.4",
"description": "A native set of nodes for Hikvision (and compatible) Cameras, Alarms, Radars, NVR, Doorbells, etc.",

@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)",

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