smart-buffer
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "smart-buffer", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.", | ||
@@ -5,0 +5,0 @@ "main": "build/smartbuffer.js", |
@@ -442,2 +442,3 @@ /// <reference types="node" /> | ||
} | ||
export { SmartBufferOptions, SmartBuffer }; | ||
export = SmartBuffer; |
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
88564
1617