smart-buffer
Advanced tools
Comparing version 1.1.4 to 2.0.0
{ | ||
"name": "smart-buffer", | ||
"version": "1.1.4", | ||
"version": "2.0.0", | ||
"description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.", | ||
@@ -17,4 +17,4 @@ "main": "build/smartbuffer.js", | ||
"smart", | ||
"packet", | ||
"serialize", | ||
"packet", | ||
"network", | ||
@@ -46,4 +46,4 @@ "cursor", | ||
"fullcoverage": "node_modules/.bin/istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test", | ||
"prepublish": "tsc -p ./" | ||
"prepublish": "npm install -g typescript && tsc -p ./" | ||
} | ||
} |
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
89064
12