Comparing version 1.1.4 to 1.1.5
@@ -99,2 +99,5 @@ var natives = process.binding('natives') | ||
} else { | ||
try { | ||
return process.binding(name); | ||
} catch (e) {} | ||
return {}; | ||
@@ -101,0 +104,0 @@ } |
{ | ||
"name": "natives", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Do stuff with Node.js's native JavaScript modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7612
145