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.7.2 to 1.7.3

4

HISTORY.md
# Change History
## v1.7.3 (2015-11-30)
* Updated sack version to fix issue with nested functions
## v1.7.2 (2015-11-29)

@@ -4,0 +8,0 @@

4

package.json
{
"name": "billy",
"version": "1.7.2",
"version": "1.7.3",
"description": "A minimal application harness that stays out of your way and out of your code.",

@@ -42,5 +42,5 @@ "author": {

"debug": "^2.0.0",
"sack": "^2.2.2",
"sack": "^2.2.3",
"typedef": "^1.1.0"
}
}

@@ -10,3 +10,2 @@ var test = require('tape');

t.plan(3);
console.log(billy);
t.strictEqual(billy.Application, Application);

@@ -13,0 +12,0 @@ t.strictEqual(billy, Application);

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