@types/feedparser
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -152,2 +152,8 @@ // Type definitions for feedparser 2.2 | ||
interface Enclosure { | ||
length?: string; | ||
type?: string; | ||
url: string; | ||
} | ||
interface Item { | ||
@@ -166,5 +172,5 @@ title: string; | ||
categories: string[]; | ||
enclosures: string[]; | ||
enclosures: Enclosure[]; | ||
meta: Meta; | ||
} | ||
} |
{ | ||
"name": "@types/feedparser", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "TypeScript definitions for feedparser", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/feedparser" | ||
}, | ||
@@ -25,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "a308a9dfd75cda9d8dfcae862fff22b5d4572261086944dc14ff7f3d7fb287f2", | ||
"typesPublisherContentHash": "b1005e4eb0e2150a47959538560b4ae19f878c5bd6ce27719bd79c7996d5c59a", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for feedparser ( http://github.com/danmactough/node-feedparser ). | ||
This package contains type definitions for feedparser (http://github.com/danmactough/node-feedparser). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 18:42:07 GMT | ||
* Last updated: Wed, 03 Jul 2019 16:08:04 GMT | ||
* Dependencies: @types/sax, @types/node | ||
@@ -15,0 +15,0 @@ * Global values: none |
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
6231
127