You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[json-to-plain-text](https://github.com/sumithemmadi/json-to-plain-text) Made some updateds
18
+
19
+
20
+
### Fixed
21
+
-[json-to-plain-text](https://github.com/sumithemmadi/json-to-plain-text) interfaceof options `Options` is not exported. So , It is fixed in this version.
# Code of Conduct for https://github.com/sumithemmadi/json-to-plain-text
2
+
3
+
## Our Pledge
4
+
5
+
We, as members, contributors, and maintainers of this repository, pledge to foster an open, inclusive, and respectful environment for everyone who engages with our project. We are dedicated to providing a harassment-free experience, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+
## Our Standards
8
+
9
+
Examples of behavior that contributes to a positive environment include:
10
+
11
+
- Being respectful and considerate towards others.
12
+
- Encouraging and supporting each other's ideas and contributions.
13
+
- Providing and receiving constructive feedback with grace and openness.
14
+
- Being empathetic and understanding towards differing perspectives.
15
+
16
+
Examples of unacceptable behavior include:
17
+
18
+
- Use of offensive, derogatory, or inappropriate language.
19
+
- Harassment, trolling, or any form of personal attacks.
20
+
- Publishing private information without explicit permission.
21
+
- Engaging in any behavior that could be considered inappropriate or harmful.
22
+
23
+
## Responsibilities
24
+
25
+
Project maintainers are responsible for upholding the standards of conduct within the repository. They have the right and duty to remove, edit, or reject comments, code, and other contributions that violate this Code of Conduct.
26
+
27
+
## Scope
28
+
29
+
This Code of Conduct applies to all interactions within the repository, as well as to any public representation of the project. This includes comments, issues, pull requests, code reviews, and any other communication.
30
+
31
+
## Enforcement
32
+
33
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [Your Contact Email]. All complaints will be reviewed promptly and treated with confidentiality and respect. Project maintainers are obligated to respect the privacy and security of the reporter of any incident.
34
+
35
+
## Consequences
36
+
37
+
Anyone found to be violating this Code of Conduct may face consequences, which can include:
38
+
39
+
1.**Warning**: A private, written warning from the project maintainers.
40
+
2.**Temporary Ban**: A temporary ban from participating in the repository.
41
+
3.**Permanent Ban**: A permanent ban from the repository and its related activities.
42
+
43
+
Project maintainers will use their discretion in determining the appropriate consequences for each case, considering the severity and impact of the violation.
`json-to-plain-text` is a npm module that converts JSON-like data or plain JavaScript objects to a formatted plain text representation. It allows you to convert JSON-like data or plain JavaScript objects into human-readable format.
@@ -34,6 +38,7 @@ The `jsonToPlainText` function accepts two parameters: `data` and `options`.
34
38
-`options` (optional): Configuration options for customizing the output. It is an object with the following properties:
35
39
36
40
-`color` (boolean, default: `true`): Whether to apply colors to the output or not. Set to `true` to add colors using the `chalk` library or `false` for plain text output.
41
+
-`seperator` (string, default: `:`): seperate keys and values.
37
42
38
43
-`spacing` (boolean, default: `true`): Whether to include spacing before colons. Set to `true` for formatted spacing or `false` to remove spacing before colons.
39
44
@@ -46,48 +51,45 @@ The `jsonToPlainText` function accepts two parameters: `data` and `options`.
If you find TruecallerJS helpful or inspiring, consider supporting me through GitHub Sponsors. Your sponsorship helps me dedicate more time and effort to open source development and creating impactful projects.
This section outlines the versions of the "json-to-plain-text" package that are currently eligible for receiving security updates and maintenance. It's essential to keep your software up to date to ensure the security and stability of your applications.
| 1.1.x |:white_check_mark:| Latest and actively maintained version. Security updates and bug fixes will be provided. It's recommended to upgrade to this version. |
8
+
| 1.0.x |:x:| This version is no longer receiving security updates. Users are advised to upgrade to the latest 1.1.x release for continued support. |
9
+
| < 1.0 |:x:| Versions prior to 1.0 are not supported and may contain known security vulnerabilities. Users should upgrade to a supported version. |
10
+
11
+
It's our priority to provide a secure and reliable package for our users. We strongly encourage all users to stay up to date with the latest supported version to benefit from the latest security enhancements and bug fixes.
12
+
13
+
## Reporting a Vulnerability
14
+
15
+
I take security vulnerabilities seriously and appreciate the help of the community in identifying and addressing them. If you discover a security vulnerability in the "json-to-plain-text" package, please report it:
16
+
17
+
**Contact Information**: You can report the vulnerability by raiseing issue [json-to-plain-text](https://github.com/sumithemmadi/json-to-plain-text). Please provide a detailed description of the vulnerability and steps to reproduce it, if possible.
18
+
19
+
20
+
Thank you for your dedication to the security of the "json-to-plain-text" package. Your responsible disclosure helps us provide a safer experience for all our users.
0 commit comments