dphelper 1.9.62 → 1.9.64

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 CHANGED
@@ -17,8 +17,6 @@
17
17
  ![ESLint](https://img.shields.io/badge/ESLint-gray?logo=eslint)
18
18
  ![webpack](https://img.shields.io/badge/webpack-gray?logo=webpack)
19
19
 
20
- [![Socket Badge](https://badge.socket.dev/npm/package/dphelper/1.9.50)](https://badge.socket.dev/npm/package/dphelper/1.9.50)
21
-
22
20
  ![License](https://img.shields.io/badge/license-MIT-blue.svg)
23
21
 
24
22
  [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/dphelper)
@@ -28,8 +26,8 @@
28
26
  ## Table of Contents
29
27
 
30
28
  1. [About](#about)
31
- 2. [Live Demo](#live-demo)
32
- 3. [Installation](#install)
29
+ 2. [Installation](#install)
30
+ 3. [Live Demo](#live-demo)
33
31
  4. [Documentation](#documentation)
34
32
  1. [State](#state)
35
33
  2. [Store](#store)
@@ -76,28 +74,6 @@ import 'dphelper';
76
74
  export default App;
77
75
  ```
78
76
 
79
- ## Live Demo
80
-
81
- [https://tests.a51.dev/](https://tests.a51.dev/)
82
-
83
- You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
84
-
85
- * HTML
86
- * React
87
- * Vue
88
- * And any other frontend library
89
-
90
- ## Documentation
91
-
92
- You can see:
93
-
94
- * [State](https://a51.gitbook.io/dphelper/general/state)
95
- * [Store](https://a51.gitbook.io/dphelper/general/store)
96
- * [Observer](https://a51.gitbook.io/dphelper/general/observer)
97
- * [List of functions](https://a51.gitbook.io/dphelper/general/tools)
98
-
99
- You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
100
-
101
77
  ## Install
102
78
 
103
79
  Install dpHelper.
@@ -132,6 +108,28 @@ Note: You don't need to use npm install in this case, or you will get an error.
132
108
  <script src="https://cdn.jsdelivr.net/npm/dphelper"></script>
133
109
  ```
134
110
 
111
+ ## Live Demo
112
+
113
+ [https://tests.a51.dev/](https://tests.a51.dev/)
114
+
115
+ You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
116
+
117
+ * HTML
118
+ * React
119
+ * Vue
120
+ * And any other frontend library
121
+
122
+ ## Documentation
123
+
124
+ You can see:
125
+
126
+ * [State](https://a51.gitbook.io/dphelper/general/state)
127
+ * [Store](https://a51.gitbook.io/dphelper/general/store)
128
+ * [Observer](https://a51.gitbook.io/dphelper/general/observer)
129
+ * [List of functions](https://a51.gitbook.io/dphelper/general/tools)
130
+
131
+ You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
132
+
135
133
  ## State
136
134
 
137
135
  ### Using the "state" Function
package/docs/index.md CHANGED
@@ -17,8 +17,6 @@
17
17
  ![ESLint](https://img.shields.io/badge/ESLint-gray?logo=eslint)
18
18
  ![webpack](https://img.shields.io/badge/webpack-gray?logo=webpack)
19
19
 
20
- [![Socket Badge](https://badge.socket.dev/npm/package/dphelper/1.9.50)](https://badge.socket.dev/npm/package/dphelper/1.9.50)
21
-
22
20
  ![License](https://img.shields.io/badge/license-MIT-blue.svg)
23
21
 
24
22
  [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/dphelper)
@@ -28,8 +26,8 @@
28
26
  ## Table of Contents
29
27
 
30
28
  1. [About](#about)
31
- 2. [Live Demo](#live-demo)
32
- 3. [Installation](#install)
29
+ 2. [Installation](#install)
30
+ 3. [Live Demo](#live-demo)
33
31
  4. [Documentation](#documentation)
34
32
  1. [State](#state)
35
33
  2. [Store](#store)
@@ -76,28 +74,6 @@ import 'dphelper';
76
74
  export default App;
77
75
  ```
78
76
 
79
- ## Live Demo
80
-
81
- [https://tests.a51.dev/](https://tests.a51.dev/)
82
-
83
- You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
84
-
85
- * HTML
86
- * React
87
- * Vue
88
- * And any other frontend library
89
-
90
- ## Documentation
91
-
92
- You can see:
93
-
94
- * [State](https://a51.gitbook.io/dphelper/general/state)
95
- * [Store](https://a51.gitbook.io/dphelper/general/store)
96
- * [Observer](https://a51.gitbook.io/dphelper/general/observer)
97
- * [List of functions](https://a51.gitbook.io/dphelper/general/tools)
98
-
99
- You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
100
-
101
77
  ## Install
102
78
 
103
79
  Install dpHelper.
@@ -132,6 +108,28 @@ Note: You don't need to use npm install in this case, or you will get an error.
132
108
  <script src="https://cdn.jsdelivr.net/npm/dphelper"></script>
133
109
  ```
134
110
 
111
+ ## Live Demo
112
+
113
+ [https://tests.a51.dev/](https://tests.a51.dev/)
114
+
115
+ You can see an HTML version where dpHelper and LayerPro work together seamlessly. dpHelper is compatible with a variety of frontend libraries, including:
116
+
117
+ * HTML
118
+ * React
119
+ * Vue
120
+ * And any other frontend library
121
+
122
+ ## Documentation
123
+
124
+ You can see:
125
+
126
+ * [State](https://a51.gitbook.io/dphelper/general/state)
127
+ * [Store](https://a51.gitbook.io/dphelper/general/store)
128
+ * [Observer](https://a51.gitbook.io/dphelper/general/observer)
129
+ * [List of functions](https://a51.gitbook.io/dphelper/general/tools)
130
+
131
+ You can see more tutorials, information, and examples about **dpHelper** [clicking here](https://a51.gitbook.io/dphelper).
132
+
135
133
  ## State
136
134
 
137
135
  ### Using the "state" Function