@octo-kumo/payload 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -2
- package/payload.tsx +7 -0
- package/payload.ts +0 -3
package/package.json
CHANGED
@@ -1,11 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@octo-kumo/payload",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "payload for ctf challenge",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
8
8
|
},
|
9
9
|
"author": "",
|
10
|
-
"license": "ISC"
|
10
|
+
"license": "ISC",
|
11
|
+
"__proto__": {
|
12
|
+
"hey": "yes"
|
13
|
+
}
|
11
14
|
}
|
package/payload.tsx
ADDED
package/payload.ts
DELETED