level-packager
Advanced tools
Comparing version 0.17.0-4 to 0.17.0-5
@@ -17,9 +17,5 @@ const levelup = require('levelup') | ||
if (typeof leveldown[m] == 'function') { | ||
console.log('we have a', m) | ||
Level[m] = function (location, callback) { | ||
leveldown[m](location, callback || function () {}) | ||
} | ||
} else { | ||
console.error('leveldown has no method:', m) | ||
console.error(leveldown) | ||
} | ||
@@ -31,2 +27,2 @@ }) | ||
module.exports = packager | ||
module.exports = packager |
{ | ||
"name" : "level-packager" | ||
, "description" : "LevelUP package helper for distributing with a LevelDOWN-compatible back-end" | ||
, "version" : "0.17.0-4" | ||
, "version" : "0.17.0-5" | ||
, "contributors" : [ | ||
@@ -6,0 +6,0 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12552
9
105
1