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

inits

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inits - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "inits",
"version": "1.0.0",
"version": "1.0.1",
"description": "Init system for Node.js.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexfernandez/inits",

@@ -109,6 +109,11 @@ [![Build Status](https://secure.travis-ci.org/alexfernandez/inits.png)](http://travis-ci.org/alexfernandez/inits)

### Event: 'shutdown'
Sent when the system is starting an ordered shutdown:
it will run the tasks for `stop` and `finish`, then exit.
### Event: 'end'
Sent after the system has finished and is about to exit.
Can be used e.g. to call `process.exit()` (which `inits` doesn't do by itself).
Can be used e.g. to print a warning message.

@@ -115,0 +120,0 @@ ### Event: 'error'

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