Comparing version 0.1.1 to 0.1.2
@@ -7,3 +7,3 @@ module.exports = function(module, options){ | ||
return require(module); | ||
}catch(e){ | ||
}catch(err){ | ||
if (err.code !== "MODULE_NOT_FOUND" && options && options.rethrow) { | ||
@@ -10,0 +10,0 @@ throw err; |
{ | ||
"name":"optional" | ||
,"version":"v0.1.1" | ||
,"version":"v0.1.2" | ||
,"homepage":"http://segomos.com/" | ||
@@ -5,0 +5,0 @@ ,"main":"optional" |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1427