New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ptz-copy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ptz-copy

ptz-copy allows you to copy javascripts objects

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

ptz-copy

================ Build Status NPM codecov.io Dependency Status bitHound Score License

ptz-copy is a javascript library for coping objects

Be welcome to learn, help and play!!!

Install

Install with npm:

    $ npm install ptz-copy --save

or clone from github:

    $ git clone https://github.com/angeloocana/ptz-copy.git

Setup

    $ npm install 
    $ typings install

*Add to your typings/index.d.ts

/// <reference path="../node_modules/ptz-copy/src/typings/index.d.ts" />

Test

    $ npm test

Usage


import copy from "ptz-copy";

let obj = {say:"Hi!"};

let newObj = copy(obj);

Keywords

polutz

FAQs

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