buffer-compare
Advanced tools
Comparing version 1.1.0 to 1.1.1
module.exports = function(a, b) { | ||
if (typeof a.compare === 'function') return a.compare(b) | ||
if (a === b) return 0 | ||
@@ -3,0 +4,0 @@ |
{ | ||
"name": "buffer-compare", | ||
"description": "Lexicographically compare two buffers. ", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "sort", |
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
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
3087
38