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.2 to 1.15.3

4

History.md
## History
- v1.15.3 December 24, 2012
- `balUtilModules` changes:
- Added `requireFresh`
- v1.15.2 December 16, 2012

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

@@ -29,2 +29,10 @@ // Generated by CoffeeScript 1.4.0

balUtilModules = {
requireFresh: function(path) {
var result;
path = require('path').resolve(path);
delete require.cache[path];
result = require(path);
delete require.cache[path];
return result;
},
isWindows: function() {

@@ -31,0 +39,0 @@ return isWindows;

2

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