Product
Introducing Java Support in Socket
We're excited to announce that Socket now supports the Java programming language.
strip-bom-string
Advanced tools
Strip a byte order mark (BOM) from a string.
Install with npm:
$ npm install --save strip-bom-string
var strip = require('strip-bom-string');
strip('\ufefffoo');
//=> 'foo'
utf8
encoding… more | homepagePull requests and stars are always welcome. For bugs and feature requests, please create an issue.
(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)
To generate the readme, run the following command:
$ npm install -g verbose/verb#dev verb-generate-readme && verb
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm install && npm test
Jon Schlinkert
Copyright © 2017, Jon Schlinkert. Released under the MIT License.
This file was generated by verb-generate-readme, v0.4.3, on March 29, 2017.
FAQs
Strip a byte order mark (BOM) from a string.
The npm package strip-bom-string receives a total of 1,476,405 weekly downloads. As such, strip-bom-string popularity was classified as popular.
We found that strip-bom-string demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We're excited to announce that Socket now supports the Java programming language.
Security News
Socket detected a malicious Python package impersonating a popular browser cookie library to steal passwords, screenshots, webcam images, and Discord tokens.
Security News
Deno 2.0 is now available with enhanced package management, full Node.js and npm compatibility, improved performance, and support for major JavaScript frameworks.