Socket
Socket
Sign inDemoInstall

rss-parser

Package Overview
Dependencies
4
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.2 to 3.6.3

12

index.d.ts
import { Options } from 'xml2js';
export interface Headers
interface Headers
{

@@ -9,3 +9,3 @@ readonly Accept: string;

export interface CustomFields
interface CustomFields
{

@@ -16,3 +16,3 @@ readonly feed?: string[];

export interface ParserOptions
interface ParserOptions
{

@@ -26,3 +26,3 @@ readonly xml2js?: Options;

export interface Items {
interface Items {
[key: string]: any;

@@ -40,3 +40,3 @@ link?: string;

export interface Output {
interface Output {
[key: string]: any;

@@ -95,2 +95,2 @@ link?: string;

}
export default Parser
export = Parser
{
"name": "rss-parser",
"version": "3.6.2",
"version": "3.6.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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