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 1.1.0 to 1.1.1

2

package.json

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

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

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

@@ -35,3 +35,3 @@ const AbstractToJson = require('../lib/AbstractToJson');

).catch(e => {
expect(e.message).toBe('getaddrinfo ENOTFOUND www.klhsfljkag.com www.klhsfljkag.com:443');
expect(e.message).toContain('getaddrinfo ENOTFOUND www.klhsfljkag.com');
});

@@ -38,0 +38,0 @@ });

@@ -92,5 +92,5 @@ 'use strict';

tabletojson.convertUrl('https://www.klhsfljkag.com/ydasdadad/adsaakhjg/jahsgajhvas.html').catch(e => {
expect(e.message).toEqual('getaddrinfo ENOTFOUND www.klhsfljkag.com www.klhsfljkag.com:443');
expect(e.message).toContain('getaddrinfo ENOTFOUND www.klhsfljkag.com');
});
});
});
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