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

rss-parser

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss-parser - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

1

lib/fields.js

@@ -59,3 +59,4 @@ const fields = module.exports = {};

'season',
'keywords',
]).map(mapItunesField);

8

package.json
{
"name": "rss-parser",
"version": "3.1.2",
"version": "3.1.3",
"main": "index.js",

@@ -14,7 +14,7 @@ "scripts": {

"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.1",
"chai": "^3.4.1",
"express": "^4.15.4",
"mocha": "^3.5.3",
"puppeteer": "^0.9.0",
"puppeteer": "^1.4.0",
"webpack": "^3.5.5"

@@ -37,3 +37,3 @@ },

"homepage": "https://github.com/bobby-brennan/rss-parser#readme",
"description": "A simple, light-weight RSS parser. Parse strings, URLs, or files and get a JS object back",
"description": "A lightweight RSS parser, for Node and the browser",
"keywords": [

@@ -40,0 +40,0 @@ "RSS",

@@ -93,4 +93,4 @@ # rss-parser

creator: "John Doe"
content: '<a href="http://example.com">this is a link</a> - <b>this is bold text</b>'
contentSnippet: 'this is a link - this is bold text'
content: '<a href="http://example.com">this is a link</a> &amp; <b>this is bold text</b>'
contentSnippet: 'this is a link & this is bold text'
guid: 'https://www.reddit.com/r/funny/comments/3skxqc/the_water_is_too_deep_so_he_improvises/'

@@ -187,3 +187,3 @@ categories:

## Contributing
Contributions welcome!
Contributions are welcome! If you are adding a feature or fixing a bug, please be sure to add a [test case](https://github.com/bobby-brennan/rss-parser/tree/master/test/input)

@@ -190,0 +190,0 @@ ### Running Tests

@@ -17,3 +17,3 @@ var webpack = require("webpack");

test: /\.js$/,
loader: 'babel-loader?presets[]=es2015',
loader: 'babel-loader?presets[]=env',
}]

@@ -20,0 +20,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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