Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pushrocks/smartfeed

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pushrocks/smartfeed - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

12

dist_ts/smartfeed.classes.smartfeed.d.ts

@@ -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;
}>>;
}

6

package.json
{
"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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc