Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

strip-bom-string

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strip-bom-string - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc