Socket
Socket
Sign inDemoInstall

@extractus/feed-extractor

Package Overview
Dependencies
12
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.6 to 7.0.7

2

deno.json

@@ -5,5 +5,5 @@ {

"html-entities": "https://esm.sh/html-entities@2.4.0",
"fast-xml-parser": "https://esm.sh/fast-xml-parser@4.2.5",
"fast-xml-parser": "https://esm.sh/fast-xml-parser@4.3.2",
"bellajs": "https://esm.sh/bellajs@11.1.2"
}
}
{
"version": "7.0.6",
"version": "7.0.7",
"name": "@extractus/feed-extractor",

@@ -34,10 +34,10 @@ "description": "To read and normalize RSS/ATOM/JSON feed data",

"cross-fetch": "^4.0.0",
"fast-xml-parser": "^4.2.7",
"fast-xml-parser": "^4.3.2",
"html-entities": "^2.4.0"
},
"devDependencies": {
"eslint": "^8.47.0",
"https-proxy-agent": "^7.0.1",
"jest": "^29.6.3",
"nock": "^13.3.3"
"eslint": "^8.53.0",
"https-proxy-agent": "^7.0.2",
"jest": "^29.7.0",
"nock": "^13.3.8"
},

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

@@ -43,3 +43,3 @@ // parseAtomFeed.js

published: useISODateFormat ? toISODateString(pubDate) : pubDate,
description: buildDescription(summary || htmlContent, descriptionMaxLen),
description: buildDescription(htmlContent, descriptionMaxLen),
}

@@ -46,0 +46,0 @@

@@ -39,3 +39,3 @@ // parseRssFeed.js

published,
description: buildDescription(description || htmlContent, descriptionMaxLen),
description: buildDescription(htmlContent, descriptionMaxLen),
}

@@ -42,0 +42,0 @@

@@ -40,3 +40,3 @@ // parseRssFeed.js

published,
description: buildDescription(description || htmlContent, descriptionMaxLen),
description: buildDescription(htmlContent, descriptionMaxLen),
}

@@ -43,0 +43,0 @@

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