strip-bom-string
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "strip-bom-string", | ||
"description": "Strip a byte order mark (BOM) from a string.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jonschlinkert/strip-bom-string", | ||
@@ -42,2 +42,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"copy", | ||
"strip-bom-buffer", | ||
"read-file" | ||
@@ -44,0 +45,0 @@ ] |
@@ -26,2 +26,3 @@ # strip-bom-string [![NPM version](https://badge.fury.io/js/strip-bom-string.svg)](http://badge.fury.io/js/strip-bom-string) | ||
* [read-file](https://www.npmjs.com/package/read-file): Thin wrapper around fs.readFile and fs.readFileSync that also strips byte order marks when `utf8` encoding… [more](https://www.npmjs.com/package/read-file) | [homepage](https://github.com/jonschlinkert/read-file) | ||
* [strip-bom-buffer](https://www.npmjs.com/package/strip-bom-buffer): Strip a byte order mark (BOM) from a buffer. | [homepage](https://github.com/jonschlinkert/strip-bom-buffer) | ||
@@ -28,0 +29,0 @@ ## Running tests |
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
4018
54