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

hyperdeck-js-lib

Package Overview
Dependencies
Maintainers
7
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperdeck-js-lib - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

0

Gulpfile.js

@@ -0,0 +0,0 @@ var jshint = require('gulp-jshint');

2

package.json
{
"name": "hyperdeck-js-lib",
"version": "1.4.0",
"version": "1.4.1",
"description": "A javascript library for communication with the Blackmagic Hyperdeck.",

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

@@ -0,0 +0,0 @@ [![NPM](https://nodei.co/npm-dl/hyperdeck-js-lib.png?months=1)](https://nodei.co/npm/hyperdeck-js-lib/)

@@ -0,0 +0,0 @@ /*jshint latedef: false */

@@ -71,3 +71,3 @@ var util = require('util');

return this.makeRequest('format: confirm: ' + token);
});
}.bind(this));
};

@@ -74,0 +74,0 @@ };

@@ -0,0 +0,0 @@ var FIRST_LINE_REGEX = /^([0-9]+) (.+?)(\:?)$/;

@@ -0,0 +0,0 @@ var events = require('events');

@@ -0,0 +0,0 @@ // Here we export what we want to be accessible from the library to the developer

@@ -0,0 +0,0 @@ var JsLogger = require('js-logger');

@@ -0,0 +0,0 @@ var proxyquire = require('proxyquire');

@@ -0,0 +0,0 @@ var Parser = require('../../src/hyperdeck/parser');

@@ -0,0 +0,0 @@ var ResponseHandler = require('../../src/hyperdeck/response-handler');

@@ -0,0 +0,0 @@ var index = require('../src/index');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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