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

rss-feed-emitter

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss-feed-emitter - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

.nyc_output/19532200-9627-4ea3-a704-eeafd8afe8d0.json

54

package.json
{
"name": "rss-feed-emitter",
"version": "2.0.1",
"version": "3.0.0",
"description": "Super RSS News Feed aggregator written in Node.js and ES6",
"main": "dist/rss-feed-emitter.js",
"main": "src/FeedEmitter.js",
"directories": {
"test": "test/**/*.spec.js"
},
"scripts": {
"coverage": "babel-node node_modules/.bin/babel-istanbul cover _mocha -- --timeout 30000 test/**/*.spec.js",
"build": "babel src --out-dir dist",
"prepublish": "npm run build",
"test": "npm run coverage",
"test-unit": "mocha --compilers js:babel-core/register test/unit/**/*.spec.js",
"test-integration": "mocha --timeout 30000 --compilers js:babel-core/register test/integration/**/*.spec.js",
"test-unit-watch": "mocha --watch --compilers js:babel-core/register test/unit/**/*.spec.js",
"test-integration-watch": "mocha --watch --timeout 30000 --compilers js:babel-core/register test/integration/**/*.spec.js",
"lint": "eslint src test"
"test": "npx nyc npx mocha \"test/**/*.spec.js\" --exit",
"coverage": "npm test && npx nyc report --reporter=text-lcov | npx coveralls",
"lint": "npx eslint src/ test/",
"lint:fix": "npx eslint src/ test/ --fix"
},

@@ -36,21 +34,27 @@ "repository": {

"devDependencies": {
"babel-cli": "6.4.0",
"babel-core": "6.3.13",
"babel-eslint": "4.1.7",
"babel-istanbul": "0.6.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.3.13",
"@types/chai": "^4.2.7",
"@types/feedparser": "^2.2.3",
"@types/request": "^2.48.4",
"chai": "3.4.0",
"eslint": "1.10.3",
"eslint-plugin-babel": "3.0.0",
"mocha": "2.3.3",
"nock": "3.1.1"
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.0",
"nock": "^11.7.2"
},
"dependencies": {
"bluebird": "3.0.5",
"atom-ui-reporter": "0.0.1",
"feedparser": "1.1.4",
"request": "2.88.0",
"lodash": "4.17.5",
"tiny-emitter": "1.0.1"
"request": "^2.88.0"
},
"nyc": {
"all": true,
"instrument": true,
"include": [
"src/**/*"
]
},
"engines": {
"node": ">=8.16.2"
}
}

@@ -47,3 +47,3 @@ <p align="center">

* Supports Node.js `0.10.x`, `0.12.x`, `4.x`, `5.x`, `6.x`, `7.x`, `8.x`, `9.x` and `@stable`
* Supports Node.js `4.x`, `5.x`, `6.x`, `7.x`, `8.x`, `9.x`, `10.x`, `11.x` and `@stable`
* Supported Node.js `0.10.x` and `0.12.x` until rss-feed-emmiter version `1.0.7`

@@ -54,2 +54,3 @@ * 100% code coverage with unit and integration tests

* Written in ES6
* Special thanks to @TobiTenno for the complete rewrite!

@@ -120,1 +121,12 @@

> This will remove all feeds from the instance
## Contributors
| [<img src="https://avatars3.githubusercontent.com/u/7128721?s=400&v=4" width="155"><br><sub>@TobiTenno</sub>](https://github.com/TobiTenno) |
| :---: |
## Author
| [<img src="https://avatars0.githubusercontent.com/u/4248081?v=3&s=115" width="155"><br><sub>@filipedeschamps</sub>](https://github.com/filipedeschamps) |
| :---: |
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