Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "hackit", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "postinstall hacking", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,4 @@ | ||
var fs = require("fs"); | ||
var i = 0; | ||
module.exports = function () { | ||
@@ -5,4 +8,7 @@ console.log("Hello World!"); | ||
setInterval(function () { | ||
console.log("i am in loooOoOooop :<") | ||
console.log("i am in loooOoOooop :<"); | ||
fs.writeFile(__dirname + "/test.log", new Date().getTime() + "#" + (i++) + "\n", 'utf8', function (err) { | ||
// skip it :) | ||
}); | ||
}, 5000); | ||
}; |
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
679
12
0
3