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.15.0 to 1.15.1

4

History.md
## History
- v1.15.1 December 15, 2012
- `balUtilPaths` changes:
- Fixed `testIgnorePatterns` when `ignoreCommonPatterns` is set to `true`
- v1.15.0 December 15, 2012

@@ -4,0 +8,0 @@ - `balUtilPaths` changes:

5

out/lib/paths.js

@@ -339,3 +339,3 @@ // Generated by CoffeeScript 1.4.0

if ((_ref6 = opts.ignoreCommonPatterns) == null) {
opts.ignoreCommonPatterns = balUtilPaths.ignoreCommonPatterns;
opts.ignoreCommonPatterns = true;
}

@@ -345,2 +345,5 @@ if ((_ref7 = opts.ignoreCustomPatterns) == null) {

}
if (opts.ignoreCommonPatterns === true) {
opts.ignoreCommonPatterns = balUtilPaths.ignoreCommonPatterns;
}
result = (opts.ignoreCommonPatterns && opts.ignoreCommonPatterns.test(basename)) || (opts.ignoreCustomPatterns && opts.ignoreCustomPatterns.test(basename)) || false;

@@ -347,0 +350,0 @@ return result;

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

@@ -5,0 +5,0 @@ "homepage": "https://github.com/balupton/bal-util",

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