GitShow/sindresorhus/strip-bom
sindresorhus

strip-bom

Strip UTF-8 byte order mark (BOM) from a string

by sindresorhus
Star on GitHubForknpm

JavaScript

112 stars19 forks7 contributorsQuiet · 5y agoSince 2014v5.0.0MIT

Meet the team

See all 7 on GitHub →
sindresorhus
sindresorhus31 contributions
coreyfarrell
coreyfarrell1 contribution
BendingBender
BendingBender1 contribution
kevva
kevva1 contribution
mathiasbynens
mathiasbynens1 contribution
Richienb
Richienb1 contribution
SLaks
SLaks1 contribution

Languages

View on GitHub →
JavaScript88%
TypeScript12%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
85
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
exos
v5 Use an experimental featureClosedIssue

The compatibility with node 12 is breaking because the "ECMAScript modules" is an experimental feature in this version, the projects that depdends of this package need to force use it, or adapt they project. Others implementations breaks too: I recommend you to use babel, or move this release to a flag like . workaround**, use v4: or PS. sorry my poor english

exos · 4y ago
Richienb
Move to GitHub ActionsMergedPR
Richienb · 5y ago
ghost
ECMAScript imports/exports and referencing its default export.ts(2497)ClosedIssue

I'm trying to use this package but I'm getting: Instead of this: I am using: I enabled "allowSyntheticDefaultImports" in my config file. What is the default export name? How does one use the import style instead of the require one? What is the 'default export"? Is the import ECMAScript not supported? Thank you.

ghost · 5y ago
Structured data for AI agents

Repository: sindresorhus/strip-bom. Description: Strip UTF-8 byte order mark (BOM) from a string Stars: 112, Forks: 19. Primary language: JavaScript. Languages: JavaScript (88%), TypeScript (12%). License: MIT. Latest release: v5.0.0 (5y ago). Open PRs: 0, open issues: 0. Last activity: 5y ago. Community health: 85%. Top contributors: sindresorhus, coreyfarrell, BendingBender, kevva, mathiasbynens, Richienb, SLaks.

·@ofershap

Replace github.com with gitshow.dev