Lo-Dash!

Lo-Dash alternatives

  • Underscore.js

  • Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux, and Backbone.js's suspenders.

    tags: developer-tools javascript-library web-development
  • Umbrella JS

  • Intuitive and DocumentedIt is strongly influenced by jquery with many similar methods so you'll feel at ease developing with Umbrella.However there are also some improvements such as with .ajax(), .append(), etc.

    tags: developer-tools javascript javascript-development javascript-framework javascript-library
  • Bliss JS

  • No lock-in, no wrapper objectsDesigned to work with Vanilla JS, not replace it. Light as a featherOnly 3KB minified & gzipped!Chaining without prototype pollutionOnly adds one _ property (optional, customizable) ExtensibleAdding new blissful methods is easy as pie!(Mostly) readable sourceKnow what you’re running. Excellent for learning! Built with modern standardsUse polyfills to extend browser support.

    tags: javascript javascript-development javascript-framework javascript-library
  • PKI.js

  • PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.

    tags: developer-tools javascript-development javascript-library web-development
  • Alasql

  • Alasql.js - is a lightweight client-side in-memory SQL database designed to work in browser and Node.js. It supports SQL and has some of NoSQL functionality. It is efficient for JavaScript arrays and objects manipulation with all power of SQL language.

    tags: database developer-tools javascript javascript-development nosql