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

dotdef

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotdef

Dot defined objects

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
276
-1.08%
Maintainers
1
Weekly downloads
 
Created
Source

dotdef Build Status Greenkeeper badge

Dot definition for objects

Install

Use it as an npm package:

npm install dotdef

Usage

const dotdef = require('dotdef');

const myObj = dotdef({
  'foo.bar.baz': 123,
  'foo.bar.quux': 456
}); // { foo: { bar: { baz: 123, quux: 456 } } }

License

MIT

Keywords

dot

FAQs

Package last updated on 30 May 2018

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