Registry / cramda

cramda

JSON →
library0.4.4jsnpmunverified

cramda is a personal collection of utility functions for JavaScript, version 0.4.4. Not intended for production use; the package has no documentation, tests, or clear release cadence. It is a small, likely abandoned project with no guarantees of stability, performance, or security. Unlike established utility libraries like Lodash or Ramda, cramda offers no advantages and should be avoided in serious development.

npm install cramda
INSTALL
IMPORT
SIG · CRAMDA
C
cramda
javascriptv0.4.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import cramda from 'cramda'
const cramda = require('cramda')
Assuming ESM export, but package may only have a default export.
any named function
import { something } from 'cramda'
const { something } = require('cramda')
Named exports may not exist; prefer default import.
CommonJS require
const cramda = require('cramda')
import cramda from 'cramda'
If package is CJS-only, require is correct.

Illustrates that cramda has no documented exports or functionality.

import cramda from 'cramda'; console.log(cramda); // undefined or empty object
Debug
Known issues
gotchaPackage has no documentation or tests; behavior is unpredictable.
fix
Use a well-supported utility library like Lodash or Ramda instead.
affects: >=0.0.0
gotchaPackage is likely abandoned; no updates since 2017.
fix
Do not rely on this package for production code.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'cramda'
Package not installed or not published.
fix
npm install cramda@0.4.4
TypeError: cramda.something is not a function
Exported object does not contain the expected function.
fix
Inspect the package's actual exports; consider using a different library.
Upgrade
Version history
0.4.4latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
cramda — npm install cramda · libregistry