Comparing version 1.0.5 to 1.0.6
@@ -19,3 +19,3 @@ class Wrapp { | ||
let x = e >> 8, | ||
y = this.ItB(x).length - 8 | ||
y = -~Math.log2(x) - 8 | ||
return x ^ x >> y << y | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "bitwrap", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A lightweight steganographic npm library.", | ||
@@ -5,0 +5,0 @@ "main": "bitwrap.js", |
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
3823