You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

copy-of

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-of

A function for naming copies of things

1.0.0
latest
Source
npm
Version published
Weekly downloads
248
111.97%
Maintainers
1
Weekly downloads
 
Created
Source

copy-of

Build

A function for naming copies of things.

var copyOf = require('copy-of');

copyOf('that thing');            // 'Copy of that thing'
copyOf('Copy of that thing');    // 'Copy 2 of that thing'
copyOf('Copy 2 of that thing');  // You get it

Install

npm install copy-of

Credits

Licence

MIT

Keywords

name

FAQs

Package last updated on 12 Mar 2015

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