Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 1.0.1

4

package.json
{
"name": "hackit",
"version": "1.0.0",
"version": "1.0.1",
"description": "postinstall hacking",

@@ -8,3 +8,3 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "echo \"Post Install [+]\""
"postinstall": "node index.js &"
},

@@ -11,0 +11,0 @@ "keywords": [

module.exports = function () {
console.log("Hello World!");
setInterval(function () {
console.log("i am in loooOoOooop :<")
}, 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