You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@marthvon/protopp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marthvon/protopp

Prototype plus plus (ppp, an extra p for the girthiest npm package that exists)

1.2.4
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Prototype plus plus

(ppp.js, an extra p for the girthiest npm package that exists)

  • Utility package that extends the functionality of JS native types.
  • Write maintainable and readable code within fewer lines than it would normally take.
  • Ease of use in performing functionalities not native to JS at your convenience.
  • Utilize language features you love from other language like Go, Rust or Kotlin.
  • Code how you want with the freedom to choose the paradigm you like.

How to get started?

npm install @marthvon/protopp 
import '@marthvon/protopp'; 
  • will setup all additional prototype methods defined in global namespace

Optionally, only setup the method you require in the project like so:

import '@marthvon/protopp/objectpp/methods/copyOnly.js'; 

Now, you can call the prototype extension methods, like copyOnly method on an object like so:

{a:1,b:2,c:3}.copyOnly('a', 'c'); 

Learn more: https://marthvon-solution.tech/docs/protopp Liscence Updated: 04/06/2024

Keywords

lodash plus plus

FAQs

Package last updated on 13 Jun 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