@types/feedparser
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -105,7 +105,7 @@ // Type definitions for feedparser 2.2 | ||
interface Options { | ||
normalize?: boolean; | ||
addmeta?: boolean; | ||
feedurl?: string; | ||
resume_saxerror?: boolean; | ||
MAX_BUFFER_LENGTH?: number; | ||
normalize?: boolean | undefined; | ||
addmeta?: boolean | undefined; | ||
feedurl?: string | undefined; | ||
resume_saxerror?: boolean | undefined; | ||
MAX_BUFFER_LENGTH?: number | undefined; | ||
} | ||
@@ -154,4 +154,4 @@ | ||
interface Enclosure { | ||
length?: string; | ||
type?: string; | ||
length?: string | undefined; | ||
type?: string | undefined; | ||
url: string; | ||
@@ -158,0 +158,0 @@ } |
{ | ||
"name": "@types/feedparser", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "TypeScript definitions for feedparser", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/feedparser", | ||
"license": "MIT", | ||
@@ -14,3 +15,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -26,4 +27,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "b1005e4eb0e2150a47959538560b4ae19f878c5bd6ce27719bd79c7996d5c59a", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "4dc06c23c39d5a54fac919dd22ee2dcbaa6f25e2328d9d965e5364fcc8a54e1e", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/feedparser | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/feedparser. | ||
Additional Details | ||
* Last updated: Wed, 03 Jul 2019 16:08:04 GMT | ||
* Dependencies: @types/sax, @types/node | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 12:01:32 GMT | ||
* Dependencies: [@types/sax](https://npmjs.com/package/@types/sax), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Juan J. Jimenez-Anca <https://github.com/cortopy>. | ||
These definitions were written by [Juan J. Jimenez-Anca](https://github.com/cortopy). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6464
0