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.4.2 to 1.4.3

docs/flow.html

4

History.md
## History
- v1.4.3 April 14, 2012
- CoffeeScript dependency is now bundled
- Fixed incorrect octal `0700` should have been `700`
- v1.4.2 April 5, 2012

@@ -4,0 +8,0 @@ - Fixed a failing test due to the `bal-util.npm` to `bal-util` rename

7

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

@@ -54,3 +54,4 @@ "homepage": "https://github.com/balupton/bal-util",

"dependencies": {
"request": "2.9.x"
"request": "2.9.x",
"coffee-script": "1.3.x"
},

@@ -70,3 +71,3 @@ "devDependencies": {

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

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

[Take a look at its source here](https://github.com/balupton/bal-util.npm/tree/master/lib#files)
[Take a look at its source here](https://github.com/balupton/bal-util/tree/master/lib#files)

@@ -27,3 +27,2 @@

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

@@ -35,3 +34,3 @@ ```

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

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

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

@@ -45,0 +44,0 @@

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

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