Socket
Socket
Sign inDemoInstall

rss-parser

Package Overview
Dependencies
4
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.3 to 3.1.4

6

package.json
{
"name": "rss-parser",
"version": "3.1.3",
"version": "3.1.4",
"main": "index.js",
"scripts": {
"test": "mocha",
"test": "mocha --exit",
"build": "./scripts/build.sh"

@@ -17,3 +17,3 @@ },

"express": "^4.15.4",
"mocha": "^3.5.3",
"mocha": "^5.2.0",
"puppeteer": "^1.4.0",

@@ -20,0 +20,0 @@ "webpack": "^3.5.5"

@@ -19,3 +19,4 @@ "use strict";

before(done => {
before(function(done) {
this.timeout(5000);
let app = express();

@@ -36,3 +37,3 @@ app.use(express.static(__dirname));

});
})
});

@@ -39,0 +40,0 @@ after(() => browser.close());

@@ -159,2 +159,3 @@ "use strict";

}
server.close();
done();

@@ -186,2 +187,3 @@ });

}
server.close();
done();

@@ -188,0 +190,0 @@ })

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc