rss-parser
Advanced tools
Comparing version 3.3.0 to 3.4.0
{ | ||
"name": "rss-parser", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"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" |
@@ -159,2 +159,3 @@ "use strict"; | ||
} | ||
server.close(); | ||
done(); | ||
@@ -186,2 +187,3 @@ }); | ||
} | ||
server.close(); | ||
done(); | ||
@@ -188,0 +190,0 @@ }) |
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
4226141
25249