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

billy

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

billy - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

5

HISTORY.md
# Change History
## v1.4.1 (2014-06-10)
* Updated dependencies
* Using `bluebird` for promises now
## v1.4.0 (2014-05-31)

@@ -4,0 +9,0 @@

4

lib/Application.js
module.exports = Application;
var Promise = require('es6-promise').Promise;
var Promise = require('bluebird');
var Container = require('sack').Container;
var IoCBinding = require('sack').IoCBinding;
var ConfigStore = require('./ConfigStore.js');
var debug = require('debug')('billy:Application');
var getName = require('typedef').getName;
var ConfigStore = require('./ConfigStore.js');

@@ -10,0 +10,0 @@ /**

{
"name": "billy",
"version": "1.4.0",
"version": "1.4.1",
"description": "A minimal application harness that stays out of your way and out of your code.",

@@ -19,3 +19,3 @@ "author": {

"devDependencies": {
"tape": "^2.13.1"
"tape": "^2.13.2"
},

@@ -41,4 +41,4 @@ "repository": {

"dependencies": {
"debug": "^0.8.1",
"es6-promise": "^1.0.0",
"bluebird": "^2.0.7",
"debug": "^1.0.1",
"sack": "^2.0.4",

@@ -45,0 +45,0 @@ "typedef": "^1.0.4"

var test = require('tape');
var Promise = require('es6-promise').Promise;
var Promise = require('bluebird');
var Application = require('../lib/Application.js');

@@ -4,0 +4,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