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 Compare versions

Comparing version 1.10.1 to 1.10.2

5

out/lib/modules.js

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

initNodeModules: function(opts, next) {
var force, logger, nodeModulesPath, packageJsonPath, path, pathUtil, _ref;
var command, force, logger, nodeModulesPath, packageJsonPath, path, pathUtil, _ref;
pathUtil = require('path');

@@ -224,6 +224,7 @@ _ref = balUtilFlow.extractOptsAndCallback(opts, next), opts = _ref[0], next = _ref[1];

}
command = ['install', '--force'];
if (logger) {
logger.log('debug', "Initializing node modules\non: " + dirPath + "\nwith:", command);
}
balUtilModules.npmCommand('install', opts, function() {
balUtilModules.npmCommand(command, opts, function() {
var args;

@@ -230,0 +231,0 @@ args = 1 <= arguments.length ? __slice.call(arguments, 0) : [];

2

package.json
{
"name": "bal-util",
"version": "1.10.1",
"version": "1.10.2",
"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