w-converhp 1.0.29 → 1.0.33

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.
@@ -9,7 +9,7 @@ jobs:
9
9
 
10
10
  strategy:
11
11
  matrix:
12
- node-version: [14.x, 15.x]
12
+ node-version: [16.x]
13
13
 
14
14
  steps:
15
15
  - uses: actions/checkout@v2
@@ -17,6 +17,7 @@ jobs:
17
17
  uses: actions/setup-node@v1
18
18
  with:
19
19
  node-version: ${{ matrix.node-version }}
20
+ - run: npm cache clean -f
20
21
  - run: npm install
21
22
  - run: npm test
22
23
  env:
package/README.md CHANGED
@@ -3,7 +3,6 @@ An operator for hapi in nodejs and browser.
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-converhp.svg?style=flat)](https://npmjs.org/package/w-converhp)
6
- [![Build Status](https://travis-ci.org/yuda-lyu/w-converhp.svg?branch=master)](https://travis-ci.org/yuda-lyu/w-converhp)
7
6
  [![license](https://img.shields.io/npm/l/w-converhp.svg?style=flat)](https://npmjs.org/package/w-converhp)
8
7
  [![gzip file size](http://img.badgesize.io/yuda-lyu/w-converhp/master/dist/w-converhp-server.umd.js.svg?compression=gzip)](https://github.com/yuda-lyu/w-converhp)
9
8
  [![npm download](https://img.shields.io/npm/dt/w-converhp.svg)](https://npmjs.org/package/w-converhp)
@@ -225,7 +224,7 @@ wo.on('deliver', function(data) {
225
224
 
226
225
  [Necessary] Add script for w-converhp-client.
227
226
  ```alias
228
- <script src="https://cdn.jsdelivr.net/npm/w-converhp@1.0.29/dist/w-converhp-client.umd.js"></script>
227
+ <script src="https://cdn.jsdelivr.net/npm/w-converhp@1.0.33/dist/w-converhp-client.umd.js"></script>
229
228
  ```
230
229
  #### Example for w-converhp-client:
231
230
  > **Link:** [[dev source code](https://github.com/yuda-lyu/w-converhp/blob/master/web.html)]
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`