Socket
Socket
Sign inDemoInstall

web-auto-extractor

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-auto-extractor - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

dist/index.js

@@ -48,3 +48,3 @@ 'use strict';

var WAEObject = function () {
var WAEObject = function WAEObject() {
var micro = void 0,

@@ -88,3 +88,3 @@ rdfa = void 0,

};
}();
};

@@ -94,3 +94,3 @@ exports.default = {

var $html = _cheerio2.default.load(html, { xmlMode: true });
return Object.assign({}, WAEObject, {
return Object.assign({}, WAEObject(), {
$html: $html

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

{
"name": "web-auto-extractor",
"version": "0.2.0",
"version": "0.2.1",
"description": "Automatically extracts structured information from webpages",

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

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