Socket
Socket
Sign inDemoInstall

@feathersjs/hooks

Package Overview
Dependencies
0
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @feathersjs/hooks

Async middleware for JavaScript and TypeScript


Version published
Weekly downloads
40K
decreased by-22.59%
Maintainers
3
Install size
46.2 kB
Created
Weekly downloads
 

Changelog

Source

0.9.0 (2024-02-25)

Bug Fixes

  • Use Symbol.for to register a single instance of all hooks (#110) (92a342e)

Features

  • Move to TypeScript 5 non-experimental decorators (#109) (05bde46)

Readme

Source

Hooks

Deno CI Download Status

@feathersjs/hooks brings Koa style middleware to any asynchronous JavaScript and TypeScript function or class.

Installation

Node

npm install @feathersjs/hooks --save
const { hooks } = require('@feathersjs/hooks');

import { hooks } from '@feathersjs/hooks';

Deno

import { hooks } from 'https://deno.land/x/hooks/src/index.ts';

Documentation

See feathersjs/hooks for the complete documentation.

License

Copyright (c) 2020

Licensed under the MIT license.

Keywords

FAQs

Last updated on 25 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc