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.3 to 1.5.0

13

History.md
## History
- v1.5.0 April 18, 2012
- `balUtilPaths` changes:
- `scan` was removed, not sure what it was used for
- `isDirectory` now returns the `fileStat` argument to the callback
- `scandir` changes:
- `ignorePatterns` option when set to true now uses the new `balUtilPaths.commonIgnorePatterns` property
- fixed error throwing when passed an invalid path
- now supports a new `stat` option
- will return the `fileStat` argument to the `fileAction` and `dirAction` callbacks
- `ignorePatterns` and `ignoreHiddenFiles` will now correctly be passed to child scandir calls
- `cpdir` and `rpdir` now uses `path.join` and support `ignoreHiddenFiles` and `ignorePatterns`
- `writetree` now uses `path.join`
- v1.4.3 April 14, 2012

@@ -4,0 +17,0 @@ - CoffeeScript dependency is now bundled

50

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

@@ -21,34 +21,19 @@ "homepage": "https://github.com/balupton/bal-util",

],
"author": {
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "http://balupton.com"
},
"maintainers": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "http://balupton.com"
}
],
"contributors": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "http://balupton.com"
}
],
"bugs": {
"url": "https://github.com/balupton/bal-util/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
}
],
"repository": {
"author": "Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"bugs": {
"url": "https://github.com/balupton/bal-util/issues"
},
"repository" : {
"type": "git",
"url": "http://github.com/balupton/bal-util.git"
},
"engines" : {
"node": ">=0.4.0"
},
"dependencies": {

@@ -60,7 +45,4 @@ "request": "2.9.x",

"docco": "0.3.x",
"mocha": "0.13.x"
"mocha": "1.0.x"
},
"engines": {
"node": ">=0.4.0"
},
"directories": {

@@ -67,0 +49,0 @@ "lib": "lib"

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