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

tabletojson

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabletojson - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

5

lib/tabletojson.js

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

2

package.json

@@ -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": [

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