Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

The **generate-object-property** module provides a tiny utility for safely creating JavaScript source strings that access a property on an object. Given an object name and a property name, it returns the appropriate dot‑notation (`obj.prop`) or bracket‑notation (`obj["prop"]`) syntax, handling any characters that would make dot notation illegal. It’s aimed at Node developers who need to programmatically generate safe property‑access code.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mafintosh/generate-object-property

Account's avatar
mikolalysenko/is-property
Tests if a JSON property can be accessed using . syntax
Account's avatar
holepunchto/brittle
A TAP test runner built for modern times

Support the repos that depend on this repository

Top contributors

mafintosh's profile
mafintosh
17 contributions
LinusU's profile
LinusU
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mafintosh

mafintosh/generate-object-property

Generate safe JS code that can used to reference a object property

JavaScript
25
2
MIT License