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.1.0 to 0.1.1

2

package.json

@@ -9,3 +9,3 @@ {

"description": "Converts HTML tables to JSON objects",
"version": "0.1.0",
"version": "0.1.1",
"main": "./lib/tabletojson.js",

@@ -12,0 +12,0 @@ "keywords": [

@@ -9,7 +9,7 @@ # Table to JSON

I wrote this because I've been doing a lot of scraping for hackdays (etc).
I wrote this because I've been doing a lot of HTML scraping on hack days recently.
## Known issues / limitations
It only supports parsing basic tables with a simple horizontal set of <th></th> headings and correspndoing <td></td> cells.
It only supports parsing basic tables with a simple horizontal set of <th></th> headings and corresponding <td></td> cells.

@@ -16,0 +16,0 @@ It's intended for hackers, you'll need to handle things like work out which tables to parse and (in most cases) to clean up the data. You might want to combine it it with modules like json2csv.

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