</>PackageGraphPackageGraph

caseless

npmv0.12.0

Caseless object set/get/has, very useful when working with HTTP headers.

Not recommended for new projects

No — caseless should not be adopted for new projects. Last published 3464 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 3464 days ago.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies.

  • ASupply chain: grade A, Excellent.

    No install scripts, 3 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    Apache-2.0 — 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 caseless to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
No constraint declared
Module format
CommonJS only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the caseless README.

javascriptFull README ↗
var headers = {}
  , c = caseless(headers)
  ;
c.set('a-Header', 'asdf')
c.get('a-header') === 'asdf'

caseless vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
caselessthis page01Apache-2.09 years ago
fresh121.2M3MIT4 hours ago
axios113.9M4MIT4 hours ago
whatwg-mimetype108.4M3MIT4 hours ago
vary98.9M4MIT4 hours ago
forwarded91.1M1MIT4 hours ago

Dependencies

Declared by caseless v0.12.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (1)

tape ^2.10.2

Used by

Popular packages that depend on caseless.

Relationship graph

Dependencies (left) and dependents (right) of caseless.

requestcaseless
caseless dependencies dependents

Frequently installed together

Release history

No releases in the last two years, typically about 60 days apart.

Recent versions of caseless
VersionPublishedSizeLicense
0.12.0latest9 years agoApache-2.0
0.11.011 years agoApache-2.0
0.10.011 years agoBSD
0.9.011 years agoBSD
0.8.011 years agoBSD
0.7.011 years agoBSD
0.6.012 years agoBSD
0.5.012 years agoBSD
0.4.012 years agoBSD
0.3.012 years agoBSD
0.2.012 years agoBSD
0.1.013 years agoBSD

Overview

caseless is an npm package that caseless object set/get/has, very useful when working with HTTP headers. It has 1 known dependents in the graph. The latest version is 0.12.0, released under the Apache-2.0 license.

Who should use it

Teams working in the npm ecosystem who need caseless object set/get/has, very useful when working with HTTP headers and value a focused solution.

When not to use it

Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.

Pros

  • Clear open-source license (Apache-2.0).
  • Lean dependency tree (1 direct dependencies).

Cons

  • No bundled TypeScript types (may require a separate @types package).

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use caseless?

No — caseless should not be adopted for new projects. Last published 3464 days ago.

How do I install caseless?

Run `npm install caseless` to add caseless to your npm project.

What license is caseless released under?

caseless is distributed under the Apache-2.0 license.

How popular is caseless?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on caseless.

Is caseless still maintained?

The most recent release of caseless (v0.12.0) was published 9 years ago.

Does caseless run install scripts?

No. caseless does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.