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

hapi

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.gitignore

11

lib/hapi.js

@@ -0,1 +1,12 @@

// Export public modules
module.exports = {
Base64: require('./base64'),
Config: require('./config'),
Error: require('./error'),
Log: require('./log'),
Server: require('./server'),
Utils: require('./utils')
};

8

package.json
{
"name" : "hapi",
"description" : "HTTP API Server based on Express with native OAuth 2.0 support",
"version" : "0.0.1",
"version" : "0.0.2",
"author" : "Eran Hammer-Lahav <eran@hueniverse.com>",

@@ -9,7 +9,9 @@ "repository" : "git://github.com/hueniverse/hapi",

"keywords": ["http", "mac", "authentication", "oauth", "api"],
"engines" : {"node" : ">=0.4.0"},
"engines" : {"node" : ">=0.6.0"},
"dependencies": {
"express": "2.x.x",
"mac": "0.x.x"
"mac": "0.x.x",
"validator": "0.x.x",
"emailjs": "0.x.x"
}
}
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