rss-parser
Advanced tools
Comparing version 3.6.2 to 3.6.3
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4309401