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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of xotic750/safe-to-string-x

Account's avatar
Xotic750/to-string-symbols-supported-x
ES6 abstract ToString with Symbol conversion support.
Account's avatar
xotic750/eslint-config-standard-x
My shareable eslint config for standard modules.
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
rse/browserify-derequire
Browserify Plugin for Renaming require() Calls
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
es-shims/es5-shim
ECMAScript 5 compatibility shims for legacy JavaScript engines
Account's avatar
paulmillr/es6-shim
ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines
Account's avatar
es-shims/es7-shim
ECMAScript 7 compatibility shims for legacy JavaScript engines
Account's avatar
amilajack/eslint-plugin-compat
Lint browser compatibility of API used
Account's avatar
atfzl/eslint-plugin-css-modules
Checks that you are using the existent css/scss/less classes, no more no less
Account's avatar
mysticatea/eslint-plugin-eslint-comments
Additional ESLint rules for ESLint directive comments.
Account's avatar
gajus/eslint-plugin-jsdoc
JSDoc linting rules for ESLint.
Account's avatar
azeemba/eslint-plugin-json
eslint plugin for JSON files
Account's avatar
dustinspecker/eslint-plugin-no-use-extend-native
ESLint plugin to prevent use of extended native objects
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
mhevery/jasmine-node
DOM-less simple JavaScript BDD testing framework for Node
Account's avatar
jsdoc2md/jsdoc-to-markdown
Generates markdown API documentation from jsdoc annotated source code
Account's avatar
bestiejs/json3
A JSON polyfill for older JavaScript platforms.
Account's avatar
Xotic750/make-jasmine-spec-runner-html
Build a jasmine 1.1.3 spec runner html file.
Account's avatar
AvianFlu/ncp
Asynchronous recursive file copy utility.
Account's avatar
remy/nodemon
Simple monitor script for use during development of a Node.js app.
Account's avatar
nodesecurity/nsp
The Node Security (nodesecurity.io) command line interface
Account's avatar
darkguy2008/parallelshell
Invoke multiple commands, running in parallel
Account's avatar
Xotic750/replace-x
Command line search and replace utility
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)

Support the repos that depend on this repository

Top contributors

Xotic750's profile
Xotic750
30 contributions

Recent events

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

No events yet
xotic750

xotic750/safe-to-string-x

DEPRECATED: Moved to https://github.com/Xotic750/to-string-symbols-supported-x

JavaScript
1
0
MIT License

The **safe‑to‑string‑x** package provides a small utility function that converts any value to a string, handling JavaScript Symbols by returning their descriptive string (e.g., `"Symbol(foo)"`) instead of throwing the native `TypeError`. It’s intended for developers who need a reliable, spec‑compliant “ToString” operation that works safely with Symbols and other primitive values. (The module is now deprecated and has been moved to the **to‑string‑symbols‑supported‑x** repository.)