Comparing version 0.0.3 to 0.1.0
{ "name" : "libuuid" | ||
, "description" : "link out to operating systems uuid_generate" | ||
, "keywords" : [ "libuuid", "uuid" ] | ||
, "version" : "0.0.3" | ||
, "version" : "0.1.0" | ||
, "author" : { "name" : "Theo Schlossnagle" } | ||
@@ -14,6 +14,6 @@ , "directories": { "lib": "." } | ||
} | ||
, "main" : "./build/Release/libuuid.node" | ||
, "engines" : { "node" : "0.2 || 0.4 || 0.5 || 0.6" } | ||
, "main" : "./build/Release/uuid.node" | ||
, "engines" : { "node" : "0.2 || 0.4 || 0.5 || 0.6 || 0.8 || 0.10" } | ||
, "licenses" : | ||
[ { "type" : "BSD" } ] | ||
} |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
2289