w-json-stream 1.0.13 → 1.0.14

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.
@@ -0,0 +1,24 @@
1
+ name: Node.js CI
2
+
3
+ on: [push]
4
+
5
+ jobs:
6
+ build:
7
+
8
+ runs-on: ubuntu-latest
9
+
10
+ strategy:
11
+ matrix:
12
+ node-version: [16.x]
13
+
14
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - name: Use Node.js ${{ matrix.node-version }}
17
+ uses: actions/setup-node@v1
18
+ with:
19
+ node-version: ${{ matrix.node-version }}
20
+ - run: npm cache clean -f
21
+ - run: npm install
22
+ - run: npm test
23
+ env:
24
+ CI: true
package/README.md CHANGED
@@ -3,7 +3,6 @@ A tool for JSON parse and stringify by stream and web worker.
3
3
 
4
4
  ![language](https://img.shields.io/badge/language-JavaScript-orange.svg)
5
5
  [![npm version](http://img.shields.io/npm/v/w-json-stream.svg?style=flat)](https://npmjs.org/package/w-json-stream)
6
- [![Build Status](https://travis-ci.org/yuda-lyu/w-json-stream.svg?branch=master)](https://travis-ci.org/yuda-lyu/w-json-stream)
7
6
  [![license](https://img.shields.io/npm/l/w-json-stream.svg?style=flat)](https://npmjs.org/package/w-json-stream)
8
7
  [![gzip file size](http://img.badgesize.io/yuda-lyu/w-json-stream/master/dist/w-json-stream.umd.js.svg?compression=gzip)](https://github.com/yuda-lyu/w-json-stream)
9
8
  [![npm download](https://img.shields.io/npm/dt/w-json-stream.svg)](https://npmjs.org/package/w-json-stream)
@@ -443,10 +442,10 @@ testStream()
443
442
  ```alias
444
443
 
445
444
  <!-- for basic -->
446
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.umd.js"></script>
445
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.umd.js"></script>
447
446
 
448
447
  <!-- for web workers -->
449
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.wk.umd.js"></script>
448
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.wk.umd.js"></script>
450
449
 
451
450
  ```
452
451
 
package/SECURITY.md ADDED
@@ -0,0 +1,5 @@
1
+ # Security Policy
2
+
3
+ ## Reporting a Vulnerability
4
+
5
+ Please report security issues to `firsemisphere@gmail.com`
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * into-stream v1.0.13
2
+ * into-stream v1.0.14
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * json-stream-stringify v1.0.13
2
+ * json-stream-stringify v1.0.14
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * through v1.0.13
2
+ * through v1.0.14
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-json-stream v1.0.13
2
+ * w-json-stream v1.0.14
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -284,7 +284,7 @@ export default WJsonStream
284
284
  <br class="clear">
285
285
 
286
286
  <footer>
287
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Tue Oct 05 2021 16:22:16 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
287
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Thu Dec 16 2021 13:39:10 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
288
288
  </footer>
289
289
 
290
290
  <script>prettyPrint();</script>
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.umd.js"></script>
14
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.wk.umd.js"></script>
13
+ <script _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.umd.js"></script>
14
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
  console.log('WebWorkers(from blob) does not support IE11')
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.wk.umd.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.wk.umd.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.wk.umd.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.wk.umd.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
  console.log('ReadableStream does not support IE11')
@@ -12,9 +12,9 @@
12
12
 
13
13
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
14
14
 
15
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/into-stream.umd.js"></script>
16
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.umd.js"></script>
17
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.wk.umd.js"></script>
15
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/into-stream.umd.js"></script>
16
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.umd.js"></script>
17
+ <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.wk.umd.js"></script>
18
18
 
19
19
  <script>
20
20
  console.log('ReadableStream does not support IE11')
@@ -10,8 +10,8 @@
10
10
 
11
11
  <script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
12
12
 
13
- <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.umd.js"></script>
14
- <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.13/dist/w-json-stream.wk.umd.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.umd.js"></script>
14
+ <script msg="封裝woker無法回傳stream對象" _src="https://cdn.jsdelivr.net/npm/w-json-stream@1.0.14/dist/w-json-stream.wk.umd.js"></script>
15
15
 
16
16
  <script>
17
17
  console.log('WritableStream does not support IE11 and Firefox')
package/docs/global.html CHANGED
@@ -1186,7 +1186,7 @@
1186
1186
  <br class="clear">
1187
1187
 
1188
1188
  <footer>
1189
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Tue Oct 05 2021 16:22:16 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1189
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Thu Dec 16 2021 13:39:10 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1190
1190
  </footer>
1191
1191
 
1192
1192
  <script>prettyPrint();</script>
package/docs/index.html CHANGED
@@ -68,7 +68,7 @@
68
68
  <br class="clear">
69
69
 
70
70
  <footer>
71
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Tue Oct 05 2021 16:22:16 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
71
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Thu Dec 16 2021 13:39:10 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
72
72
  </footer>
73
73
 
74
74
  <script>prettyPrint();</script>
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "w-json-stream",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "A tool for JSON parse and stringify by stream and web worker.",
5
5
  "main": "dist/w-json-stream.umd.js",
6
6
  "dependencies": {
7
7
  "from2": "^2.3.0",
8
8
  "jsonparse": "^1.3.1",
9
9
  "lodash": "^4.17.21",
10
- "wsemi": "^1.6.19"
10
+ "wsemi": "^1.6.34"
11
11
  },
12
12
  "devDependencies": {
13
13
  "w-package-tools": "^1.0.59"