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

otto-authentication

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

otto-authentication - npm Package Compare versions

Comparing version 0.2.0 to 0.4.0

21

package.json
{
"name" : "otto-authentication",
"version" : "0.2.0",
"version" : "0.4.0",
"license" : "MIT",
"repository" : "https://github.com/ottojs/otto-authentication.git",
"main" : "./lib/index.js",
"dependencies" : {
"basic-auth" : "1.0.3",
"otto-errors" : "0.2.0"
"basic-auth" : "1.1.0",
"otto-errors" : "0.4.0"
},
"devDependencies" : {
"jshint" : "2.8.0",
"mocha" : "2.2.5",
"should" : "7.0.4",
"supertest" : "1.0.1",
"istanbul" : "0.3.18",
"otto" : "0.1.3"
"jshint" : "2.9.4",
"mocha" : "3.2.0",
"should" : "11.2.1",
"supertest" : "3.0.0",
"istanbul" : "0.4.5",
"otto" : "0.3.2"
},

@@ -22,4 +23,4 @@ "scripts" : {

"engines" : {
"node" : "0.12.x"
"node" : ">=4.x.x"
}
}

@@ -15,3 +15,3 @@

routes : [
function (app) {
function (app, initialized) {

@@ -44,2 +44,4 @@ // Public Route

initialized();
}

@@ -46,0 +48,0 @@ ]

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