Socket
Socket
Sign inDemoInstall

@poppinss/hooks

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poppinss/hooks - npm Package Compare versions

Comparing version 6.0.0-0 to 6.0.1-0

3

build/src/Runner/index.d.ts

@@ -11,3 +11,4 @@ import { HooksHandler } from '../Contracts';

/**
* Find if cleanup call is pending or not
* Find if cleanup call is pending or not. The cleanup is only
* pending when the run method has been called
*/

@@ -14,0 +15,0 @@ isCleanupPending: boolean;

@@ -21,5 +21,6 @@ "use strict";

/**
* Find if cleanup call is pending or not
* Find if cleanup call is pending or not. The cleanup is only
* pending when the run method has been called
*/
this.isCleanupPending = true;
this.isCleanupPending = false;
}

@@ -26,0 +27,0 @@ shouldRunHandler(handler) {

{
"name": "@poppinss/hooks",
"version": "6.0.0-0",
"version": "6.0.1-0",
"description": "A no brainer hooks module for execute before/after lifecycle hooks",

@@ -31,4 +31,4 @@ "main": "build/index.js",

"@adonisjs/mrm-preset": "^5.0.2",
"@adonisjs/require-ts": "^2.0.7",
"@types/node": "^17.0.6",
"@adonisjs/require-ts": "^2.0.9",
"@types/node": "^17.0.15",
"commitizen": "^4.2.4",

@@ -38,3 +38,3 @@ "cz-conventional-changelog": "^3.3.0",

"doctoc": "^2.0.1",
"eslint": "^8.6.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",

@@ -49,3 +49,3 @@ "eslint-plugin-adonis": "^2.1.0",

"prettier": "^2.3.2",
"typescript": "^4.3.5"
"typescript": "^4.5.5"
},

@@ -52,0 +52,0 @@ "repository": {

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