Socket
Socket
Sign inDemoInstall

@rane/web-auto-extractor

Package Overview
Dependencies
30
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

2

dist/parsers/jsonld-parser.js

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

parsedJSON = mapValuesDeep(parsedJSON, function (val) {
return entities.decode(val);
return _lodash2.default.isString(val) ? entities.decode(val) : val;
});

@@ -31,0 +31,0 @@ if (!Array.isArray(parsedJSON)) {

{
"name": "@rane/web-auto-extractor",
"version": "2.0.2",
"version": "2.0.3",
"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