Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-apex-api-security

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-apex-api-security - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.DS_Store

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

### V1.0.6
+ Fixed issue #34 by moving test suite data package to dev dependency.
+ Bump node dependencies to latest
### V1.0.5

@@ -8,0 +12,0 @@ + Fixed Bug on signature URL when appending with standard HTTP/HTTPS Port

18

package.json
{
"name": "node-apex-api-security",
"version": "1.0.5",
"version": "1.0.6",
"description": "APEX API security utiity. Includes helper operations to generate HMAC-SHA256 and RSA-SHA256 signatures",

@@ -16,3 +16,2 @@ "main": "index.js",

"querystring": "^0.2.0",
"test-suites-apex-api-security": "git+https://github.com/GovTechSG/test-suites-apex-api-security.git",
"winston": "^2.4.4"

@@ -23,10 +22,11 @@ },

"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"eslint": "^5.10.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-security": "^1.4.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
"mocha": "^6.1.3",
"test-suites-apex-api-security": "git+https://github.com/GovTechSG/test-suites-apex-api-security.git",
"nyc": "^14.0.0"
},

@@ -33,0 +33,0 @@ "repository": {

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