qsu 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -10
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -1,21 +1,26 @@
1
1
  ![logo](https://raw.githubusercontent.com/jooy2/qsu/main/.github/resources/logo.webp)
2
2
 
3
- # qsu: Quick & Simple Utility for Node.js
3
+ # qsu - Quick & Simple Utility
4
4
 
5
- [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/qsu/blob/main/LICENSE) ![Programming Language Usage](https://img.shields.io/github/languages/top/jooy2/qsu) ![Commit Count](https://img.shields.io/github/commit-activity/y/jooy2/qsu) [![npm downloads](https://img.shields.io/npm/dm/qsu.svg)](https://www.npmjs.com/package/qsu) [![npm latest package](https://img.shields.io/npm/v/qsu/latest.svg)](https://www.npmjs.com/package/qsu) ![npm maintenance](https://img.shields.io/npms-io/maintenance-score/qsu) ![npm quality](https://img.shields.io/npms-io/quality-score/qsu) ![minified size](https://img.shields.io/bundlephobia/min/qsu) [![Followers](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2) ![Stars](https://img.shields.io/github/stars/jooy2/qsu?style=social)
5
+ [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jooy2/qsu/blob/main/LICENSE) ![Commit Count](https://img.shields.io/github/commit-activity/y/jooy2/qsu) [![Followers](https://img.shields.io/github/followers/jooy2?style=social)](https://github.com/jooy2) ![Stars](https://img.shields.io/github/stars/jooy2/qsu?style=social)
6
6
 
7
- **qsu** is an underscore-based utility library optimized for the **[Node.js](https://nodejs.org)** development environment. It is supported in one module without the need to separately write frequently used methods for each project.
7
+ **qsu** is a library that collects frequently used utility functions. Streamline repetitive code with useful functions. Optimized for modern development environments, it supports various programming languages.
8
8
 
9
- - Lightweight and fast!
10
- - Easy to install and use.
11
- - 100% optimized for the latest Node.js and ESM environments.
12
- - Useful features for websites and web applications
9
+ The following are the advantages of the qsu:
13
10
 
14
- ## [Documentation (Getting Started & Method Reference)](https://qsu.cdget.com/installation/javascript)
11
+ - Fast, lightweight bundle size
12
+ - Install and use easily.
13
+ - It is suitable for use on websites or applications.
14
+ - Documents, prepared for secure data types.
15
+ - Reduce defects through fast maintenance and various test cases.
16
+ - Support for multiple programming languages for the same operation. (JavaScript, Dart)
15
17
 
16
- Installing and using the package and defining all the utility methods can be found on the documentation page below: https://qsu.cdget.com/installation/javascript
18
+ ## Documentation
17
19
 
18
- In addition, `qsu` is also available for the Dart language: https://github.com/jooy2/qsu-dart
20
+ Installing and using the package and defining all the utility methods can be found on the documentation page below.
21
+
22
+ - [Installation](https://qsu.cdget.com/installation/javascript)
23
+ - [Reference](https://qsu.cdget.com/reference)
19
24
 
20
25
  ## Contributing
21
26
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "qsu",
3
- "version": "1.9.1",
4
- "description": "qsu is a lightweight and simple module with a variety of built-in utility functions that you can utilize in your Node.js projects.",
3
+ "version": "1.9.2",
4
+ "description": "qsu is a utility library that contains useful and frequently used functions. It contains useful functions for processing array, object, and string data. Start with your preferred programming language and the latest development environment.",
5
5
  "author": "CDGet <jooy2.contact@gmail.com>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://qsu.cdget.com",
@@ -58,6 +58,7 @@
58
58
  "tool",
59
59
  "toolkit",
60
60
  "underscore",
61
+ "web",
61
62
  "website",
62
63
  "helper",
63
64
  "array",
@@ -68,6 +69,7 @@
68
69
  "encrypt",
69
70
  "decrypt",
70
71
  "format",
72
+ "crypto",
71
73
  "file"
72
74
  ],
73
75
  "devDependencies": {