New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-token-api-middleware

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-token-api-middleware - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

10

package.json
{
"name": "express-token-api-middleware",
"version": "0.6.2",
"version": "0.6.3",
"description": "An express middleware that allows to protect an api behind token authentication, rate limiting and endpoint permissions.",

@@ -36,13 +36,13 @@ "license": "Apache-2.0",

"async": "^2.0.0-rc.6",
"chai": "^3",
"chai": "^4",
"coveralls": "^2",
"express": "^4",
"istanbul": "^0.4",
"mocha": "^2",
"nyc": "^11",
"supertest": "^1"
},
"scripts": {
"test": "istanbul cover _mocha -- --recursive",
"test-travis": "istanbul cover _mocha --report lcovonly -- -R spec --recursive"
"test": "nyc --reporter=text --reporter=html mocha --recursive",
"coverage": "nyc report --reporter=text-lcov | coveralls"
}
}
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