Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

drabs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drabs

Drips and drabs of helper utilities.

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

drabs.js - NPM ready

Original code by joshuacc

Drabs is a collection of little JavaScript utilities that have their origin in the weekly A Drip of JavaScript newsletter.

The name is a pun on the (incorrect) phrase "drips and drabs", meaning little by little.

In addition to GitHub issues, discussion of Drabs is also welcome on the JS Drip Google Group.

How to use

Install via npm install drabs or yarn add drabs

import {deepGet} from 'drabs';

let val = deepGet(obj, ["Viola", "Harry", "Sally"], {});

//or

let val = deepGet(obj, ["Viola.Harry.Sally"], {});

License

Drabs is released under the MIT license.

Books by the Author

A Drip of JavaScript - The Complete Collection Jasmine Testing - A Cloak & Dagger Guide

FAQs

Package last updated on 10 Nov 2017

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