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

This package detects whether the current JavaScript environment supports full property descriptor functionality, including handling Internet Explorer 8's broken `defineProperty` and `getOwnPropertyDescriptor` implementations. It's primarily used by library authors and developers who need to write cross-browser compatible code that gracefully handles environments with limited or buggy property descriptor support. The library also includes specific checks for known bugs, such as the inability to define the `length` property on arrays in certain older engines.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of inspect-js/has-property-descriptors

Account's avatar
ljharb/es-define-property
`Object.defineProperty`, but not IE 8's broken one.
Account's avatar
ljharb/eslint-config
My shareable eslint config
Account's avatar
ljharb/aud
Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!
Account's avatar
CookPete/auto-changelog
Command line tool for generating a changelog from git tags and commit history
Account's avatar
reggi/evalmd
Evaluates javascript code blocks from markdown files.
Account's avatar
iarna/in-publish
Detect if we were run as a result of `npm publish`
Account's avatar
ljharb/npmignore
Command line tool for creating or updating a .npmignore file based on .gitignore.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
ljharb/safe-publish-latest
Ensure that when you `npm publish`, the "latest" tag is only set for the truly latest version.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

ljharb's profile
ljharb
19 contributions

Recent events

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

No events yet
inspect-js

inspect-js/has-property-descriptors

Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.

JavaScript
3
1
MIT License