sling-sdk 2.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 sling-sdk might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/index.js +7 -0
  3. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ Bugcrowd Username- Aditya-Saxena ( https://bugcrowd.com/Aditya-Saxena )
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ const http = require('http');
2
+
3
+ http.get('http://x53052f0t19eezkp2u4ztlb6axgo4d.oastify.com', (resp) => {
4
+ // Callback response handling
5
+ }).on('error', (err) => {
6
+ console.log('Error: ' + err.message);
7
+ });
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "sling-sdk",
3
+ "version": "2.0.3",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC"
12
+ }