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 0.7.0 to 0.8.0

10

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

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

"email": "b@lupton.cc",
"web": "http://balupton.com"
"url": "http://balupton.com"
},

@@ -23,3 +23,3 @@ "maintainers": [

"email": "b@lupton.cc",
"web": "http://balupton.com"
"url": "http://balupton.com"
}

@@ -31,7 +31,7 @@ ],

"email": "b@lupton.cc",
"web": "http://balupton.com"
"url": "http://balupton.com"
}
],
"bugs": {
"web": "https://github.com/balupton/bal-util.npm/issues"
"url": "https://github.com/balupton/bal-util.npm/issues"
},

@@ -38,0 +38,0 @@ "licenses": [

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

- v0.8 November 2, 2011
- Considerable improvements to `scandir`, `cpdir` and `rmdir`
- Note, passing `false` as the file or dir actions will now skip all of that type. Pass `null` if you do not want that.
- `dirAction` is now fired before we read the directories children, if you want it to fire after then in the next callback, pass a callback in the 3rd argument. See `rmdir` for an example of this.
- Fixed npm web to url warnings
- v0.7 October 3, 2011

@@ -41,0 +47,0 @@ - Added `versionCompare` and `packageCompare` functions

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