@octo-kumo/payload 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.ts +0 -0
- package/package.json +2 -5
package/dist/index.ts
ADDED
File without changes
|
package/package.json
CHANGED
@@ -1,14 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@octo-kumo/payload",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.5",
|
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"
|
11
|
-
"__proto__": {
|
12
|
-
"hey": "yes"
|
13
|
-
}
|
10
|
+
"license": "ISC"
|
14
11
|
}
|