New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kiloview-ndi

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kiloview-ndi - npm Package Compare versions

Comparing version

to
1.0.3

index.d.ts

5

index.js

@@ -19,3 +19,3 @@ /*

constructor(ip, username, password) {
constructor(ip, username, password, timeout = 2000) {
this.connection_info = {

@@ -28,3 +28,4 @@ ip,

this.client = axios.create({
baseURL: 'http://' + ip + '/api/v1'
baseURL: 'http://' + ip + '/api/v1',
timeout
});

@@ -31,0 +32,0 @@ }

2

package.json
{
"name": "kiloview-ndi",
"version": "1.0.2",
"version": "1.0.3",
"description": "Control the Kiloview N40 NDI encoder/decoder",

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