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.13.8 to 1.13.9

5

History.md
## History
- v1.13.9 October 7, 2012
- `balUtilPaths` changes:
- VIM swap files now added to `commonIgnorePatterns`
- Thanks to [Sean Fridman](https://github.com/sfrdmn) for [pull request #4](https://github.com/balupton/bal-util/pull/4)
- v1.13.8 October 2, 2012

@@ -4,0 +9,0 @@ - `balUtilModules` changes:

2

out/lib/paths.js

@@ -326,3 +326,3 @@ // Generated by CoffeeScript 1.3.3

},
commonIgnorePatterns: /^(\~|(\.(svn|git|hg|DS_Store))|node_modules|CVS|thumbs\.db|desktop\.ini)$/i,
commonIgnorePatterns: /^(\~|(\.(svn|git|hg|DS_Store))|node_modules|CVS|thumbs\.db|desktop\.ini|.+\.swp)$/i,
scandir: function() {

@@ -329,0 +329,0 @@ var args, err, list, options, tasks, tree, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9;

{
"name": "bal-util",
"version": "1.13.8",
"version": "1.13.9",
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton",

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

"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"Sean Fridman <fridman@mail.sfsu.edu> (https://github.com/sfrdmn)"
],

@@ -35,0 +36,0 @@ "bugs": {

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