@decimaloide/tizentest 0.0.1 → 0.0.2
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/package.json +6 -5
- package/script.js +1 -0
- package/index.html +0 -12
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decimaloide/tizentest",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"main": "script.js",
|
|
4
5
|
"author":"decimaloide",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"packageType": "mods",
|
|
7
8
|
"websiteURL": "http://192.168.29.221:8080",
|
|
8
|
-
"appName": "Tizen redirect test",
|
|
9
|
-
"description": "Tizen test",
|
|
10
9
|
"publishConfig": {
|
|
11
|
-
|
|
12
|
-
}
|
|
10
|
+
"access": "public"
|
|
11
|
+
},
|
|
12
|
+
"description": "Tizen test",
|
|
13
|
+
"servicefile": "service.js"
|
|
13
14
|
}
|
package/script.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
document.getElementByID('modify').innerText = 'nigger';
|
package/index.html
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<html>
|
|
2
|
-
<head>
|
|
3
|
-
<meta charset="UTF-8" />
|
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
5
|
-
<title>Tizen Test</title>
|
|
6
|
-
<meta name="description" content="Fuck you" />
|
|
7
|
-
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests />
|
|
8
|
-
</head>
|
|
9
|
-
<body>
|
|
10
|
-
<div id="terminal">Outdated</div>
|
|
11
|
-
</body>
|
|
12
|
-
</html>
|