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.9 to 1.0.10

3

CHANGELOG.md

@@ -7,2 +7,5 @@ # Change Log

### V1.0.10
- Fix vulnerable dependency and update mocha configs
### V1.0.9

@@ -9,0 +12,0 @@

10

package.json
{
"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",

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