Comparing version 0.0.14 to 0.0.15
@@ -17,4 +17,5 @@ /* | ||
, util = require( 'util' ) | ||
, Toni = require( 'toni' ) | ||
, Bice = require( 'bice' ) | ||
, Toni = require( 'toni' ) | ||
, compare = Bice.compare | ||
, swap = Bice.swap | ||
@@ -53,3 +54,6 @@ /* | ||
me.bitmap = null; | ||
// create result Buffer without filling it | ||
// write the range value to a Buffer for faster comparisons | ||
me.brange = new Buffer( me.ibytes ); | ||
me.brange[ me.wuint ]( me.range, 0 ); | ||
// create result Buffer without filling it with data | ||
me.result = new Buffer( me.tbytes ); | ||
@@ -56,0 +60,0 @@ } |
{ | ||
"name": "brando" | ||
, "version": "0.0.14" | ||
, "version": "0.0.15" | ||
, "description": "Brando." | ||
@@ -20,3 +20,3 @@ , "homepage": "https://github.com/rootslab/brando" | ||
, "dependencies": { | ||
"bice" : ">=0.1.3" | ||
"bice" : ">=0.1.4" | ||
, "toni" : ">=0.4.2" | ||
@@ -23,0 +23,0 @@ }, |
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
23566
360
Updatedbice@>=0.1.4