node-apex-api-security
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -7,2 +7,6 @@ # Change Log | ||
### V1.0.9 | ||
- Fix vulnerable dependency , eslint and update license year | ||
### V1.0.8 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "node-apex-api-security", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "APEX API security utiity. Includes helper operations to generate HMAC-SHA256 and RSA-SHA256 signatures", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "^4.17.14", | ||
"lodash": "^4.17.15", | ||
"minimist": "^1.2.0", | ||
@@ -22,10 +22,10 @@ "querystring": "^0.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"coveralls": "^3.0.5", | ||
"eslint": "^6.0.1", | ||
"eslint-plugin-import": "^2.18.0", | ||
"eslint-plugin-node": "^9.1.0", | ||
"coveralls": "^3.0.9", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-security": "^1.4.0", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"mocha": "^7.0.0", | ||
"nyc": "^15.0.0", | ||
"test-suites-apex-api-security": "git+https://github.com/GovTechSG/test-suites-apex-api-security.git#master" | ||
@@ -32,0 +32,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
38677
Updatedlodash@^4.17.15