Comparing version 1.4.2 to 1.4.3
## 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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
325601
28
185
2
45
1
+ Addedcoffee-script@1.3.x
+ Addedcoffee-script@1.3.3(transitive)