@pushrocks/smartfeed
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -13,3 +13,7 @@ import { Feed, IFeedOptions } from './smartfeed.classes.feed'; | ||
*/ | ||
parseFeedFromString(rssFeedString: string): Promise<plugins.rssParser.Output>; | ||
parseFeedFromString(rssFeedString: string): Promise<{ | ||
[key: string]: any; | ||
} & plugins.rssParser.Output<{ | ||
[key: string]: any; | ||
}>>; | ||
/** | ||
@@ -19,3 +23,7 @@ * allows the parsing of a feed from urls | ||
*/ | ||
parseFeedFromUrl(urlArg: string): Promise<plugins.rssParser.Output>; | ||
parseFeedFromUrl(urlArg: string): Promise<{ | ||
[key: string]: any; | ||
} & plugins.rssParser.Output<{ | ||
[key: string]: any; | ||
}>>; | ||
} |
{ | ||
"name": "@pushrocks/smartfeed", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"private": false, | ||
@@ -20,3 +20,3 @@ "description": "create and parse feeds", | ||
"@pushrocks/tapbundle": "^3.2.9", | ||
"@types/node": "^14.14.6", | ||
"@types/node": "^14.14.12", | ||
"tslint": "^6.1.3", | ||
@@ -28,3 +28,3 @@ "tslint-config-prettier": "^1.15.0" | ||
"feed": "^4.2.1", | ||
"rss-parser": "^3.9.0" | ||
"rss-parser": "^3.10.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "browserslist": [ |
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
22349
387
Updatedrss-parser@^3.10.0