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.
- package/README.md +15 -10
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
# qsu
|
|
3
|
+
# qsu - Quick & Simple Utility
|
|
4
4
|
|
|
5
|
-
[](https://github.com/jooy2/qsu/blob/main/LICENSE) ](https://github.com/jooy2/qsu/blob/main/LICENSE)  [](https://github.com/jooy2) 
|
|
6
6
|
|
|
7
|
-
**qsu** is
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
18
|
+
## Documentation
|
|
17
19
|
|
|
18
|
-
|
|
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.
|
|
4
|
-
"description": "qsu is a
|
|
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": {
|