New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tabletojson

Package Overview
Dependencies
Maintainers
3
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 2.1.0 to 2.1.1

2

package.json

@@ -8,3 +8,3 @@ {

"name": "tabletojson",
"version": "2.1.0",
"version": "2.1.1",
"description": "Converts HTML tables to JSON objects",

@@ -11,0 +11,0 @@ "main": "./dist/lib/index.js",

@@ -29,3 +29,3 @@ # Tabletojson: Converting Table to JSON objects made easy

``const {Tabletojson: tabletojson} = require('../lib/tabletojson');``
* Replace request options by got options. More information [here](#options)...
* Replace request options by fetch options. More information [here](#options)...

@@ -220,12 +220,2 @@ ## Basic usage

!!! ATTENTION !!! Since request is not actively supported we need to switch to a
reliable request replacement and I decided to use got.
This is an incompatible change in version 2++ so keep this in mind and follow
Sindre's [Migration Guide](https://github.com/sindresorhus/got/blob/master/documentation/migration-guides.md).
For special features like using a proxy you should follow this instructions:
[Proxies](https://github.com/sindresorhus/got#proxies)
### fetchOptions (only `convertUrl`)

@@ -232,0 +222,0 @@

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