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 0.0.1 to 1.0.0

.babelrc

38

package.json
{
"name": "rss-feed-emitter",
"version": "0.0.1",
"description": "Agregador de RSS que emite eventos a cada novo item publicado [Node.js] [ES6]",
"main": "index.js",
"version": "1.0.0",
"description": "Super RSS News Feed aggregator written in Node.js and ES6",
"main": "dist/rss-feed-emitter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"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"
},

@@ -26,3 +34,23 @@ "repository": {

},
"homepage": "https://github.com/filipedeschamps/rss-feed-emitter#readme"
"homepage": "https://github.com/filipedeschamps/rss-feed-emitter#readme",
"devDependencies": {
"babel-cli": "6.4.0",
"babel-core": "6.3.13",
"babel-eslint": "4.1.6",
"babel-istanbul": "0.6.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.3.13",
"chai": "3.4.0",
"eslint": "1.10.3",
"eslint-plugin-babel": "3.0.0",
"lodash": "3.10.1",
"mocha": "2.3.3",
"nock": "3.1.1"
},
"dependencies": {
"bluebird": "3.0.5",
"feedparser": "1.1.4",
"request": "2.65.0",
"tiny-emitter": "1.0.1"
}
}

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