Socket
Socket
Sign inDemoInstall

basic-auth

Package Overview
Dependencies
0
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

HISTORY.md

32

package.json
{
"name": "basic-auth",
"version": "1.0.0",
"repository": "visionmedia/node-basic-auth",
"description": "generic basic auth parser",
"keywords": ["basic", "auth", "authorization", "basicauth"],
"description": "node.js basic auth parser",
"version": "1.0.1",
"license": "MIT",
"keywords": [
"basic",
"auth",
"authorization",
"basicauth"
],
"repository": "jshttp/basic-auth",
"devDependencies": {
"mocha": "*",
"should": "*"
"istanbul": "0.3.13",
"mocha": "~2.2.4"
},
"scripts": {
"test": "make test"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"license": "MIT"
"engines": {
"node": ">= 0.8"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc