Socket
Socket
Sign inDemoInstall

@rane/web-auto-extractor

Package Overview
Dependencies
29
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

10

dist/parsers/jsonld-parser.js

@@ -26,3 +26,5 @@ 'use strict';

var parsedJSON = JSON.parse(cleanedJson);
// Not certain if decoding html entities from raw JSON is foolproof but
// it seems to work
var parsedJSON = JSON.parse(entities.decode(cleanedJson));
if (!Array.isArray(parsedJSON)) {

@@ -48,2 +50,6 @@ parsedJSON = [parsedJSON];

var _utils = require('./utils');
var _utils = require('./utils');
var _htmlEntities = require('html-entities');
var entities = new _htmlEntities.AllHtmlEntities();

2

package.json
{
"name": "@rane/web-auto-extractor",
"version": "2.0.0",
"version": "2.0.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc