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

otto

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

otto - npm Package Compare versions

Comparing version 0.0.10 to 0.1.0

test/index.test.js

9

lib/index.js
'use strict';
// Modules
var otto_app = require('otto-app');
var otto_server = require('otto-server');
// Exports
module.exports = {
app : otto_app,
server : otto_server
app : require('otto-app'),
server : require('otto-server'),
tools : require('otto-tools')
};
{
"name" : "otto",
"version" : "0.0.10",
"version" : "0.1.0",
"repository" : "https://github.com/ottojs/otto.git",
"main" : "./lib/index.js",
"dependencies" : {
"otto-app" : "0.0.10",
"otto-server" : "0.0.2"
"otto-app" : "0.1.0",
"otto-server" : "0.1.0",
"otto-tools" : "0.1.0"
},
"devDependencies" : {
"jshint" : "2.5.3",
"mocha" : "1.21.4",
"should" : "4.0.4",
"istanbul" : "0.3.0"
"jshint" : "2.5.10",
"mocha" : "2.0.1",
"should" : "4.3.0",
"istanbul" : "0.3.2"
},
"scripts" : {
"start" : "make start",
"test" : "make test"
"test" : "make test"
},
"engines" : {
"node" : "0.10.x",
"npm" : "1.4.x"
"node" : "0.10.x"
}
}

Sorry, the diff of this file is not supported yet

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