rss-parser
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -59,3 +59,4 @@ const fields = module.exports = {}; | ||
'season', | ||
'keywords', | ||
]).map(mapItunesField); | ||
{ | ||
"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> & <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
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
4223908
25187