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

ableton-js

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ableton-js - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

8

index.js

@@ -56,3 +56,3 @@ "use strict";

var events_1 = require("events");
var node_uuid_1 = __importDefault(require("node-uuid"));
var uuid_1 = __importDefault(require("uuid"));
var song_1 = require("./ns/song");

@@ -109,2 +109,4 @@ var Ableton = /** @class */ (function (_super) {

Ableton.prototype.close = function () {
this.cancelConnectionEvent = true;
clearInterval(this.heartbeatInterval);
this.client.close();

@@ -155,3 +157,3 @@ };

return [2 /*return*/, new Promise(function (res, rej) {
var msgId = node_uuid_1["default"].v1();
var msgId = uuid_1["default"].v1();
var msg = JSON.stringify({

@@ -197,3 +199,3 @@ uuid: msgId,

case 0:
eventId = node_uuid_1["default"].v1();
eventId = uuid_1["default"].v1();
return [4 /*yield*/, this.sendCommand(ns, nsid, "add_listener", {

@@ -200,0 +202,0 @@ prop: prop,

{
"name": "ableton-js",
"version": "1.4.1",
"version": "1.4.2",
"description": "Control Ableton Live from Node",

@@ -27,2 +27,3 @@ "main": "index.js",

"@types/node-uuid": "^0.0.28",
"@types/uuid": "^3.4.6",
"jest": "^24.8.0",

@@ -34,4 +35,4 @@ "ts-jest": "^24.0.2",

"dependencies": {
"node-uuid": "^1.4.8"
"uuid": "^3.3.3"
}
}
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