New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hackit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hackit - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"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);
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc