Comparing version 1.1.0 to 1.1.1
@@ -103,5 +103,8 @@ | ||
var origPST = Error.prepareStackTrace | ||
, origSTL = Error.stackTraceLimit | ||
, dummy = {} | ||
, fileName | ||
Error.stackTraceLimit = 10 | ||
Error.prepareStackTrace = function (e, st) { | ||
@@ -122,2 +125,3 @@ for (var i=0, l=st.length; i<l; i++) { | ||
Error.prepareStackTrace = origPST | ||
Error.stackTraceLimit = origSTL | ||
@@ -124,0 +128,0 @@ return fileName |
{ "name": "bindings" | ||
, "description": "Helper module for loading your native module's .node file" | ||
, "keywords": [ "native", "addon", "bindings", "gyp", "waf", "c", "c++" ] | ||
, "version": "1.1.0" | ||
, "version": "1.1.1" | ||
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)" | ||
@@ -6,0 +6,0 @@ , "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-bindings.git" } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8125
139
0