🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

blunderscore

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blunderscore

Underscore/lodash but with literally no bloat.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Blunderscore

Underscore/lodash but with literally no bloat.

Usage

npm i --save blunderscore

This both installs blunderscore, and uninstalls underscore and lodash. handy!

To use in JS:

var _ = require('blunderscore'),
    items = [1, 2, 3];

_.forEach(items, function(){
    // why would you not just use Array.forEach but anyway..)
});

The above throws try https://npmsearch.com/?q=forEach instead.

Why?

Almost every module that depends on lodash uses around 4 methods from it. This module can help those developers who are keen to not install 14 petabytes of unused code.

FAQs

Package last updated on 25 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts