detect-newline
npmv4.0.1TypeScriptDetect the dominant newline character of a string
Adopt with care
detect-newline is usable, with caveats. Last published 1083 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- DMaintenance: grade D, Poor — a real concern.
Last published 1083 days ago.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 3.9 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding detect-newline to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- node ^12.20.0 || ^14.13.1 || >=16.0.0
- Module format
- ESM only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the detect-newline README.
import {detectNewline} from 'detect-newline';
detectNewline('foo\nbar\nbaz\r\n');
//=> '\n'detect-newline vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| detect-newlinethis page | 0 | 1 | MIT | 3 years ago |
| word-wrap | 93.2M | 1 | MIT | 1 day ago |
| locate-character | 0 | 1 | MIT | 1 day ago |
| index-to-position | 0 | 1 | MIT | 1 day ago |
| callsites | 136.7M | 1 | MIT | 1 day ago |
| indent-string | 94M | 2 | MIT | 1 day ago |
Dependencies
Declared by detect-newline v4.0.1. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (3)
Used by
Popular packages that depend on detect-newline.
Relationship graph
Dependencies (left) and dependents (right) of detect-newline.
Frequently installed together
Release history
No releases in the last two years, typically about 160 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 4.0.1latest | 3 years ago | 3.9 KB | MIT |
| 4.0.0 | 4 years ago | 3.7 KB | MIT |
| 3.1.0 | 6 years ago | 3.7 KB | MIT |
| 3.0.0 | 7 years ago | 3.6 KB | MIT |
| 2.1.0 | 10 years ago | — | MIT |
| 2.0.1 | 10 years ago | — | MIT |
| 2.0.0 | 10 years ago | — | MIT |
| 1.0.3 | 11 years ago | — | MIT |
| 1.0.2 | 11 years ago | — | MIT |
| 1.0.1 | 12 years ago | — | MIT |
| 1.0.0 | 12 years ago | — | MIT |
| 0.1.1 | 12 years ago | — | MIT |
| 0.1.0 | 12 years ago | — | MIT |
Overview
detect-newline is an npm package that detect the dominant newline character of a string. It has 1 known dependents in the graph. The latest version is 4.0.1, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need detect the dominant newline character of a string and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
- Lean dependency tree (3 direct dependencies).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Funding
Frequently asked questions
Should I use detect-newline?
detect-newline is usable, with caveats. Last published 1083 days ago.
How do I install detect-newline?
Run `npm install detect-newline` to add detect-newline to your npm project.
What license is detect-newline released under?
detect-newline is distributed under the MIT license.
How popular is detect-newline?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on detect-newline.
Is detect-newline still maintained?
The most recent release of detect-newline (v4.0.1) was published 3 years ago.
Does detect-newline run install scripts?
No. detect-newline does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.