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 2.7.1 to 2.7.2

6

CHANGELOG.md

@@ -7,4 +7,10 @@ ### Changelog

#### [v2.7.2](https://github.com/leolabs/ableton.js/compare/v2.7.1...v2.7.2)
- :bug: Fix runtime error caused by accessing a missing variable [`83427ac`](https://github.com/leolabs/ableton.js/commit/83427acafffb276fda2573555332372be608c4bf)
#### [v2.7.1](https://github.com/leolabs/ableton.js/compare/v2.7.0...v2.7.1)
> 10 November 2022
- :sparkles: Add the ability to listen to changes in clip notes [`a1c5112`](https://github.com/leolabs/ableton.js/commit/a1c5112542261493b6c55289c203e7250c7b7d15)

@@ -11,0 +17,0 @@

2

index.js

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

rej(new TimeoutError([
"The command " + cls + "." + name + "(" + arg + ") timed out after " + timeout + " ms.",
"The command " + cls + "." + command.name + "(" + arg + ") timed out after " + timeout + " ms.",
"Please make sure that Ableton is running and that you have the latest",

@@ -273,0 +273,0 @@ "version of AbletonJS' midi script installed and renamed to \"AbletonJS\", listening on port",

{
"name": "ableton-js",
"version": "2.7.1",
"version": "2.7.2",
"description": "Control Ableton Live from Node",

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

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