New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12.2

Diff

Changelog

Source

v1.12.2 2012 July 12

  • balUtilFlow changes:
    • Added dereference
published 1.12.1 •

Changelog

Source

v1.12.1 2012 July 10

  • balUtilModules changes:
    • Added stdin option to spawn
published 1.12.0 •

Changelog

Source

v1.12.0 2012 July 7

  • Rejigged balUtilTypes and now top level
    • Other components now make use of this instead of inline typeof and instanceof checks
  • balUtilFlow changes:
    • isArray and toString moved to balUtilTypes
published 1.11.2 •

Changelog

Source

v1.11.2 2012 July 7

  • balUtilFlow changes:
    • Added clone
  • balUtilModules changes:
    • Fixed exists warning on initNodeModules
  • balUtilPaths changes:
    • Added scanlist
    • scandir changes:
      • If readFiles is true, then we will return the contents into the list entries as well as the tree entries (we weren't doing this for lists before)
published 1.11.1 •

Changelog

Source

v1.11.1 2012 July 4

  • balUtilFlow changes:
    • Group changes:
      • Cleaned up the context handling code
    • Block changes:
      • Block constructor as well as createSubBlock arguments is now a single opts object, acceping the options name, fn, parentBlock and the new complete
      • Fixed bug introduced in v1.11.0 causing blocks to complete instantly (instead of once their tasks are finished)
published 1.11.0 •

Changelog

Source

v1.11.0 2012 July 1

  • Added balUtilHTML:
    • getAttribute(attributes,attribute)
    • detectIndentation(source)
    • removeIndentation(source)
    • replaceElement(source, elementNameMatcher, replaceElementCallback)
    • replaceElementAsync(source, elementNameMatcher, replaceElementCallback, next)
  • balUtilFlow changes:
    • wait(delay,fn) introduced as an alternative to setTimeout
    • Group changes:
      • push and pushAndRun signatures are now ([context], task)
        • context is optional, and what we should bind to this
        • it saves us having to often wrap our task pushing into for each scopes
      • task completion callbacks are now optional, if not specified a task will be completed as soon as it finishes executing
  • balUtilEvents, balUtilModules changes:
    • Now make use of the balUtilFlow.push|pushAndRun new context argument to simplify some loops
published 1.10.3 •

Changelog

Source

v1.10.3 2012 June 26

  • balUtilModules changes:
    • initNodeModules will now install modules from cache, unless force is true
published 1.10.2 •

Changelog

Source

v1.10.2 2012 June 26

  • balUtilModules changes:
    • initNodeModules will now never install modules from cache
published 1.10.1 •

Changelog

Source

v1.10.1 2012 June 26

  • balUtilModules changes:
    • Fixed npmCommand under some situations
published 1.10.0 •

Changelog

Source

v1.10.0 2012 June 26

  • balUtilModules changes:
    • Added spawnMultiple, execMultiple, gitGitPath, getNodePath, and npmCommand
    • spawn and exec are now only for single commands, use the new spawnMultiple and execMultiple for multiple commands instead
    • error exit code is now anything that isnt 0
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