tazata 0.0.1-security → 1.7.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 tazata might be problematic. Click here for more details.
- package/README.md.txt +0 -0
- package/mod.js +4 -0
- package/package.json +20 -3
- package/scripts/post.js +6 -0
- package/tt.js +3 -0
- package/README.md +0 -5
package/README.md.txt
ADDED
File without changes
|
package/mod.js
ADDED
package/package.json
CHANGED
@@ -1,6 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"name": "tazata",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "1.7.0",
|
4
|
+
"description": "This is the test mod",
|
5
|
+
"main": "mod.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"postinstall": "node ./scripts/post.js"
|
9
|
+
},
|
10
|
+
"author": "Zar",
|
11
|
+
"license": "ISC",
|
12
|
+
"repository": {
|
13
|
+
"type": "git",
|
14
|
+
"url": "git+https://github.com/zarvisd/motichoor.git"
|
15
|
+
},
|
16
|
+
"keywords": [
|
17
|
+
"motichoor"
|
18
|
+
],
|
19
|
+
"bugs": {
|
20
|
+
"url": "https://github.com/zarvisd/motichoor/issues"
|
21
|
+
},
|
22
|
+
"homepage": "https://github.com/zarvisd/motichoor#readme"
|
6
23
|
}
|
package/scripts/post.js
ADDED
package/tt.js
ADDED
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=tazata for more information.
|