Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 7.1.1-3 to 7.1.1-4

1

build/index.d.ts
export { Hooks as default } from './src/hooks.js';
//# sourceMappingURL=index.d.ts.map

@@ -13,2 +13,1 @@ import { Runner } from './runner.js';

}
//# sourceMappingURL=hooks.d.ts.map

@@ -11,2 +11,1 @@ import { HookHandler, HookHandlerProvider } from './types.js';

}
//# sourceMappingURL=runner.d.ts.map

@@ -10,2 +10,1 @@ import type { Runner } from './runner.js';

};
//# sourceMappingURL=types.d.ts.map

31

package.json
{
"name": "@poppinss/hooks",
"version": "7.1.1-3",
"version": "7.1.1-4",
"description": "A no brainer hooks module for execute before/after lifecycle hooks",

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

"pretest": "npm run lint",
"test": "c8 npm run vscode:test",
"test": "c8 npm run quick:test",
"clean": "del-cli build",
"typecheck": "tsc --noEmit",
"compile": "npm run lint && npm run clean && tsc",

@@ -32,3 +33,3 @@ "build": "npm run compile",

"sync-labels": "github-label-sync --labels .github/labels.json poppinss/hooks",
"vscode:test": "node --loader=ts-node/esm bin/test.ts"
"quick:test": "node --loader=ts-node/esm bin/test.ts"
},

@@ -42,14 +43,12 @@ "keywords": [

"devDependencies": {
"@adonisjs/eslint-config": "^1.1.5",
"@adonisjs/prettier-config": "^1.1.5",
"@adonisjs/tsconfig": "^1.1.5",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@japa/assert": "^1.4.1",
"@japa/expect-type": "^1.0.3",
"@japa/run-failed-tests": "^1.1.1",
"@japa/runner": "^2.5.1",
"@japa/spec-reporter": "^1.3.3",
"@swc/core": "^1.3.66",
"@types/node": "^20.3.1",
"@adonisjs/eslint-config": "^1.1.6",
"@adonisjs/prettier-config": "^1.1.6",
"@adonisjs/tsconfig": "^1.1.6",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@japa/assert": "^2.0.0-1",
"@japa/expect-type": "^2.0.0-0",
"@japa/runner": "^3.0.0-2",
"@swc/core": "^1.3.67",
"@types/node": "^20.3.2",
"c8": "^8.0.0",

@@ -63,3 +62,3 @@ "del-cli": "^5.0.0",

"ts-node": "^10.9.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},

@@ -66,0 +65,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