Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ableton

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ableton - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

readme.md

9

ableton.js
// Generated by CoffeeScript 1.8.0
(function() {
var Ableton, Builder, Parser, concat, fs, zlib, _ref;
var Ableton, Builder, Parser, cheerio, concat, fs, zlib, _ref;

@@ -13,2 +13,4 @@ fs = require('fs');

cheerio = require('cheerio');
Ableton = (function() {

@@ -38,3 +40,6 @@ function Ableton(path) {

}).pipe(concat(function(xml) {
return parser.parseString(xml, callback);
var d;
d = cheerio.load(xml);
console.log(d);
return callback(d);
}));

@@ -41,0 +46,0 @@ };

{
"name": "ableton",
"version": "0.0.2",
"version": "0.0.3",
"description": "Parser for Ableton Live's .als format",

@@ -15,2 +15,3 @@ "main": "ableton.js",

"dependencies": {
"cheerio": "^0.19.0",
"concat-stream": "^1.4.6",

@@ -22,2 +23,2 @@ "xml2js": "^0.4.4"

}
}
}
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