memory-pager
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -8,3 +8,3 @@ module.exports = Pager | ||
this.updates = [] | ||
this.pages = new Array(16 * 1024) | ||
this.pages = new Array(16) | ||
this.pageSize = pageSize || 1024 | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "memory-pager", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Access memory using small fixed sized buffers", | ||
@@ -5,0 +5,0 @@ "main": "index.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
6491
6