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 Versions

1
12

1.8.2

Diff

Changelog

Source

v1.8.2 2012 June 9

  • Removed request dependency, we now use the native http/https modules
balupton
published 1.8.1 •

Changelog

Source

v1.8.1 2012 June 9

  • Restructured directories
  • Removed generated docs, use the wiki instead
  • Moved tests from Mocha to Joe
  • Travis now tests against node v0.7
  • balUtilPaths changes:
    • Added exists and existsSync to normalize node's 0.6 to 0.8 api differences
  • Made request an optional dependency
balupton
published 1.8.0 •

Changelog

Source

v1.8.0 2012 June 9

  • Added expiremental balUtilFlow.Block
  • Possibly some undocumented balUtilFlow.Group changes
balupton
published 1.7.0 •

Changelog

Source

v1.7.0 2012 June 4

  • balUtilFlow changes:
    • Group changes:
      • Constructor now supports next and mode arguments in any order
      • clear() now clears everything
      • Added hasTasks()
      • Group completion callback's first argument (the error argument) is now an array of errors (or null if no errors)
      • Added breakOnError option (defaults to true)
      • Added autoClear option to clear once all tasks have run (defualts to false)
balupton
published 1.6.5 •

Changelog

Source

v1.6.5 2012 May 30

  • balUtilFlow changes:
    • Group changes:
      • Reverted the change made in v1.6.4 where errors in callbacks still increment the complete count
        • Instead, you should be using the hasExited() instead of hasCompleted() which is used to find out if everything passed successfully
balupton
published 1.6.4 •

Changelog

Source

v1.6.4 2012 May 30

  • balUtilFlow changes:
    • Added flow({object,action,[args],[tasks],next}) to simplify calling a series of functions of an object
    • Group changes:
      • If complete callback is called with an error, it'll still increment the complete count (it didn't before)
      • Added hasExited()
  • balUtilPaths changes:
    • writeFile will now call ensurePath before writing the file
balupton
published 1.6.3 •

Changelog

Source

v1.6.3 2012 May 22

  • balUtilPaths changes:
    • Fixed a problem introduced with v1.6.0 with isDirectory not opening the file before closing it
    • If the number of open files becomes a negative number, we will now throw an error
    • Decreased the max amount of allowed open files from 500 to 100
    • Increased the wait time for opening a file from 50 to 100
      • This is now customisable through the global waitingToOpenFileDelay
balupton
published 1.6.2 •

Changelog

Source

v1.6.2 2012 May 13

  • Added support for balUtilFlow and balUtilTypes to be used inside web browsers
balupton
published 1.6.1 •

Changelog

Source

v1.6.1 2012 May 4

  • balUtilPaths changes:
    • Fixed initNodeModules
balupton
published 1.6.0 •

Changelog

Source

v1.6.0 2012 May 4

  • We now pre-compile our coffee-script
  • balUtilPaths changes:
    • Added readFile, writeFile, mkdir, stat, readdir, unlink, rmdir
    • Renamed rmdir to rmdirDeep
  • balUtilModules changes:
    • Removed initGitSubmodules, gitPull
    • Added initGitRepo
    • Rewrote initNodeModules
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