rss-feed-emitter
Advanced tools
Comparing version 2.0.1 to 3.0.0
{ | ||
"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) | | ||
| :---: | |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
3
9
16
130
67846
334
1
+ Addedatom-ui-reporter@0.0.1
+ Addedatom-ui-reporter@0.0.1(transitive)
+ Addedrequest@2.88.2(transitive)
+ Addedtough-cookie@2.5.0(transitive)
- Removedbluebird@3.0.5
- Removedlodash@4.17.5
- Removedtiny-emitter@1.0.1
- Removedbluebird@3.0.5(transitive)
- Removedlodash@4.17.5(transitive)
- Removedpunycode@1.4.1(transitive)
- Removedrequest@2.88.0(transitive)
- Removedtiny-emitter@1.0.1(transitive)
- Removedtough-cookie@2.4.3(transitive)
Updatedrequest@^2.88.0