strip-bom alternatives and similar modules
Based on the "Miscellaneous" category.
Alternatively, view strip-bom alternatives based on common mentions on social networks and blogs.
-
Electron
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS -
cheerio
The fast, flexible, and elegant library for parsing and manipulating HTML and XML. -
jsdom
A JavaScript implementation of various web standards, for use with Node.js -
v86
x86 virtualization in your browser, recompiling x86 to wasm on the fly -
patch-package
Fix broken node modules instantly ๐๐ฝโโ๏ธ๐จ -
hypernova
A service for server-side rendering your JavaScript views -
ssh2
SSH2 client and server modules written in pure JavaScript for node.js -
webworker-threads
Lightweight Web Worker API implementation with native threads -
node-pre-gyp
Node.js tool for easy binary deployment of C++ addons -
mem
Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input -
dot-prop
Get, set, or delete a property from a nested object using a dot path -
basic-ftp
FTP client for Node.js, supports FTPS over TLS, passive mode over IPv6, async/await, and Typescript. -
schemapack
Create a schema object to encode/decode your JSON in to a compact byte buffer with no overhead. -
nar
node.js application archive - create self-contained binary like executable applications that are ready to ship and run -
cashify
๐ธ Lightweight currency conversion library, successor of money.js -
stringify-object
Stringify an object/array like JSON.stringify just without all the double-quotes -
node-video-lib
Node.js Video Library / MP4 & FLV parser / MP4 builder / HLS muxer -
resolve-from
Resolve the path of a module like require.resolve() but from a given path -
remote-git-tags
Get tags from a remote git repo. Using only JS. No git binary required.
AWS Cloud-aware infrastructure-from-code toolbox [NEW]
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of strip-bom or a related project?
README
strip-bom 
Strip UTF-8 byte order mark (BOM) from a string
From Wikipedia:
The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8.
Install
$ npm install strip-bom
Usage
const stripBom = require('strip-bom');
stripBom('\uFEFFunicorn');
//=> 'unicorn'
Related
- strip-bom-cli - CLI for this module
- strip-bom-buf - Buffer version of this module
- strip-bom-stream - Stream version of this module
Get professional support for 'strip-bom' with a Tidelift subscription Tidelift helps make open source sustainable for maintainers while giving companiesassurances about security, maintenance, and licensing for their dependencies.