node-apex-api-security
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -7,2 +7,5 @@ # Change Log | ||
### V1.0.10 | ||
- Fix vulnerable dependency and update mocha configs | ||
### V1.0.9 | ||
@@ -9,0 +12,0 @@ |
{ | ||
"name": "node-apex-api-security", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "APEX API security utiity. Includes helper operations to generate HMAC-SHA256 and RSA-SHA256 signatures", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"lodash": "^4.17.15", | ||
"minimist": "^1.2.0", | ||
"minimist": "^1.2.5", | ||
"querystring": "^0.2.0", | ||
@@ -24,7 +24,7 @@ "winston": "^2.4.4" | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-security": "^1.4.0", | ||
"mocha": "^7.0.0", | ||
"mocha": "^7.1.0", | ||
"nyc": "^15.0.0", | ||
@@ -42,3 +42,3 @@ "test-suites-apex-api-security": "git+https://github.com/GovTechSG/test-suites-apex-api-security.git#master" | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --opts spec/support/mocha.opts --recursive spec/scripts/", | ||
"test": "./node_modules/.bin/mocha --config spec/support/.mocharc.json --recursive spec/scripts/", | ||
"test-travis-coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls", | ||
@@ -45,0 +45,0 @@ "lint": "eslint lib/*.js", |
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
38750
Updatedminimist@^1.2.5