Comparing version 1.0.0 to 1.0.1
var detect = require('charset-detector') | ||
var iconv = require('iconv-lite') | ||
var peek = require('peek-stream') | ||
var through = require('through2') | ||
var splicer = require('stream-splicer') | ||
@@ -6,0 +5,0 @@ |
{ | ||
"name": "to-utf-8", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Detect input encoding and convert to utf-8 if needed", | ||
@@ -32,5 +32,4 @@ "main": "index.js", | ||
"peek-stream": "^1.1.1", | ||
"stream-splicer": "^1.3.1", | ||
"through2": "^0.6.3" | ||
"stream-splicer": "^1.3.1" | ||
} | ||
} |
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
5
3255
55
- Removedthrough2@^0.6.3
- Removedreadable-stream@1.0.34(transitive)
- Removedthrough2@0.6.5(transitive)