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.7 to 7.0.8

build.js

17

package.json
{
"version": "7.0.7",
"version": "7.0.8",
"name": "@extractus/feed-extractor",

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

"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./src/main.js",
"require": "./bundle.cjs",
"default": "./src/main.js"
}
},
"imports": {

@@ -27,2 +35,4 @@ "cross-fetch": "./src/deno/cross-fetch.js"

"lint:fix": "eslint --fix .",
"build": "node build",
"prepublishOnly": "npm run build",
"pretest": "npm run lint",

@@ -40,6 +50,7 @@ "test": "NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules jest --verbose --coverage=true",

"devDependencies": {
"eslint": "^8.53.0",
"esbuild": "^0.19.8",
"eslint": "^8.55.0",
"https-proxy-agent": "^7.0.2",
"jest": "^29.7.0",
"nock": "^13.3.8"
"nock": "^13.4.0"
},

@@ -46,0 +57,0 @@ "keywords": [

@@ -52,2 +52,17 @@ # feed-extractor

## Automate RSS feed extraction with GitHub Actions
[RSS Feed Fetch Action](https://github.com/Promptly-Technologies-LLC/rss-fetch-action) is a GitHub Action designed to automate the fetching of RSS feeds.
It fetches an RSS feed from a given URL and saves it to a specified file in your GitHub repository.
This action is particularly useful for populating content on GitHub Pages websites or other static site generators.
## CJS Deprecated
CJS is deprecated for this package. When calling `require('@extractus/feed-extractor')` a deprecation warning is now logged. You should update your code to use the ESM export.
- You can ignore this warning via the environment variable `FEED_EXTRACTOR_CJS_IGNORE_WARNING=true`
- To see where the warning is coming from you can set the environment variable `FEED_EXTRACTOR_CJS_TRACE_WARNING=true`
## APIs

@@ -54,0 +69,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