🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

plain-object-clone

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plain-object-clone

Extremely fast function optimized for deep cloning json-serializable plain objects.

2.0.1
latest
Source
npm
Version published
Weekly downloads
274
0.74%
Maintainers
0
Weekly downloads
 
Created
Source

Plain Object Clone

Extremely fast function optimized for deep cloning json-serializable plain objects.

Install

npm install plain-object-clone

Usage

import clone from 'plain-object-clone';

// Let's clone an object

clone ({ foo: 123 }); // => { foo: 123 }

License

MIT © Fabio Spampinato

Keywords

fast

FAQs

Package last updated on 18 Jan 2025

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