tabletojson
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -5,3 +5,3 @@ var Q = require('q'); | ||
exports.convert = function(html) { | ||
function convert(html) { | ||
var jsonResponse = []; | ||
@@ -44,2 +44,3 @@ var $ = cheerio.load(html); | ||
} | ||
exports.convert = convert; | ||
@@ -68,2 +69,2 @@ exports.convertUrl = function(url, callback) { | ||
return deferred.promise; | ||
} | ||
} |
@@ -9,3 +9,3 @@ { | ||
"description": "Converts HTML tables to JSON objects", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"main": "./lib/tabletojson.js", | ||
@@ -12,0 +12,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27546
565
0