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

bal-util

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bal-util - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

docs/balutil.html

4

History.md
## History
- v1.1 February 6, 2012
- Modularized
- Added [docco](http://jashkenas.github.com/docco/) docs
- v1.0 February 5, 2012

@@ -4,0 +8,0 @@ - Moved unit tests to [Mocha](http://visionmedia.github.com/mocha/)

5

package.json
{
"name": "bal-util",
"version": "1.0.0",
"version": "1.1.0",
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton",

@@ -49,2 +49,3 @@ "homepage": "https://github.com/balupton/bal-util.npm",

"devDependencies": {
"docco": "0.3.x",
"mocha": "0.11.x"

@@ -58,3 +59,3 @@ },

},
"main": "./lib/util.coffee"
"main": "./lib/balutil.coffee"
}

@@ -27,3 +27,3 @@ # Balupton's Node.js Utility Functions

require('coffee-script');
util = require('bal-util');
var balUtil = require('bal-util');
```

@@ -34,3 +34,3 @@

``` coffeescript
util = require 'bal-util'
balUtil = require 'bal-util'
```

@@ -41,3 +41,3 @@

Discover the history inside the `History.md` file
You can discover the history inside the [History.md](https://github.com/balupton/bal-util.npm/blob/master/History.md#files) file

@@ -47,3 +47,3 @@

Licensed under the [MIT License](http://creativecommons.org/licenses/MIT/)
Licensed under the [MIT License](https://github.com/balupton/bal-util.npm/blob/master/LICENSE.txt)
Copyright 2011 [Benjamin Arthur Lupton](http://balupton.com)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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