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
1
Versions
121
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.1.10 to 1.1.11

4

CHANGELOG.md

@@ -7,4 +7,4 @@ <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.1.10</b> Mai 2023<br/>
- ANPR Node: workarounded hiccup in some hik firmwares, prematurely aborting the connection.<br/>
<b>Version 1.1.11</b> August 2023<br/>
- Bump Jimp.<br/>
</p>

@@ -11,0 +11,0 @@ <p>

@@ -242,4 +242,3 @@

// At start, reads the last recognized plate and starts listening from the time last plate was recognized.
// This avoid output all the previoulsy plate list, stored by the camera.
// At start, reads the last recognized event and starts listening from the time last event was fired.
node.initACTEventReader = () => {

@@ -246,0 +245,0 @@ (async () => {

@@ -253,2 +253,3 @@

// For some reason, some NVRs do end the stream. I must restart it.
console.log(result)
if (node.debug) RED.log.info("Hikvision-config: streamPipeline: STREAMING HAS ENDED.");

@@ -255,0 +256,0 @@ startAlarmStream();

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

@@ -10,3 +10,3 @@ "author": "Supergiovane (https://github.com/Supergiovane)",

"abort-controller": "3.0.0",
"jimp": "0.16.1",
"jimp": "0.22.10",
"lodash": "4.17.21",

@@ -13,0 +13,0 @@ "fast-xml-parser":"4.0.13"

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