{"id":26859,"library":"cramda","title":"cramda","description":"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.","status":"abandoned","version":"0.4.4","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install cramda","lang":"bash","label":"npm"},{"cmd":"yarn add cramda","lang":"bash","label":"yarn"},{"cmd":"pnpm add cramda","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Assuming ESM export, but package may only have a default export.","wrong":"const cramda = require('cramda')","symbol":"default","correct":"import cramda from 'cramda'"},{"note":"Named exports may not exist; prefer default import.","wrong":"const { something } = require('cramda')","symbol":"any named function","correct":"import { something } from 'cramda'"},{"note":"If package is CJS-only, require is correct.","wrong":"import cramda from 'cramda'","symbol":"CommonJS require","correct":"const cramda = require('cramda')"}],"quickstart":{"code":"import cramda from 'cramda';\nconsole.log(cramda); // undefined or empty object","lang":"javascript","description":"Illustrates that cramda has no documented exports or functionality."},"warnings":[{"fix":"Use a well-supported utility library like Lodash or Ramda instead.","message":"Package has no documentation or tests; behavior is unpredictable.","severity":"gotcha","affected_versions":">=0.0.0"},{"fix":"Do not rely on this package for production code.","message":"Package is likely abandoned; no updates since 2017.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"npm install cramda@0.4.4","cause":"Package not installed or not published.","error":"Cannot find module 'cramda'"},{"fix":"Inspect the package's actual exports; consider using a different library.","cause":"Exported object does not contain the expected function.","error":"TypeError: cramda.something is not a function"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}