🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

yqg-tool

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

yqg-tool

Pure Javascript Tools shared between projects.

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Yqg Tool

Pure JavaScript Tools shared between projects.

Install

npm install yqg-tool --save

Usage

JsonTool

var YqgTool = require('yqg-tool');
var JsonTool = YqgTool.JsonTool;

var objCopied = JsonTool.deepCopy(obj); // 深拷贝
var patch = JsonTool.diff(template, page);
var result = JsonTool.patchPage({page, patch, template});

Keywords

tool

FAQs

Package last updated on 27 Jul 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