sonic-boom
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "sonic-boom", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Extremely fast utf8 only stream implementation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,2 +16,7 @@ # sonic-boom [![Build Status](https://travis-ci.org/mcollina/sonic-boom.svg?branch=master)](https://travis-ci.org/mcollina/sonic-boom) | ||
Note that if this is used to log to a windows terminal (`cmd.exe` or | ||
powershell), it is needed to run `chcp 65001` in the terminal to | ||
correctly display utf-8 characters, see | ||
[chcp](https://ss64.com/nt/chcp.html) for more details. | ||
## Install | ||
@@ -18,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
20068
95