Socket
Book a DemoInstallSign in
Socket

@websanova/vue-dot

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

@websanova/vue-dot

Specialized dot notation get, set deep merge for vue.js objects.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

vue-dot

Specialized dot notation get, set deep merge for vue.js objects.

Install

> npm install @websanova/vue-dot

Usage

Note that tgt should always be a valid Vue data object.

var _dot = require('@websanova/vue-dot');

_dot.set('some.value.in.here', 'yay', tgt);
_dot.get('some.value.in.here', tgt);
_dot.merge(tgt, obj);

Keywords

vue

FAQs

Package last updated on 06 Nov 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