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

hull

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hull - npm Package Versions

1
14

0.13.0-beta.5

Diff

michaloo
published 0.13.0-beta.4 •

michaloo
published 0.12.2 •

Changelog

Source

0.12.2

  • adds option to get cache data via req.hull.cache.get
michaloo
published 0.12.1 •

Changelog

Source

0.12.1

  • adds options to req.hull.cache.wrap and req.hull.cache.set methods to set custom TTL
  • adds HULL_ENV env variable to mark the environment passed to Sentry integration (default to production when not set)
  • set default settings, including TTL for memory caching
michaloo
published 0.12.0 •

Changelog

Source

0.12.0

  • replaces low level api client with a separate library
  • breaking: client.utils.extract.handle replaced by ctx.helpers.handleExtract
  • breaking: client.utils.extract.request replaced by ctx.helpers.requestExtract
  • breaking: removed lib/utils/batchHandler in favour of lib/utils/notifHandler
  • breaking: removed service param on Hull.Connector in favor of custom middleware using .use method
  • breaking: QueueAgent instance now accepts QueueAdapter instance instead of it's name. Load you adapter now like this:
    import BullAdapter from "hull/lib/infra/queue/adapter/bull";
    
    const queueAdapter = new BullAdapter(options);
    
    const queue = new Queue(queueAdapter);
    
  • don't exit on unhandled errors in by default, turn it on for workers
  • handle unhandled rejection which was rejected to an undefined value
  • add more context to the express app requests middleware stack
  • adds logging to all oauth handler steps
  • upgrade hull-client to v1.1.1 to add support for scopes claim in auth tokens
michaloo
published 0.11.12 •

Changelog

Source

0.11.12

  • when handling batch extract, notifHandler should respond as soon as we have started to download and process JSON file. Otherwise in case of big extract files in may lead to response timeout
michaloo
published 0.12.0-beta.3 •

michaloo
published 0.12.0-beta.2 •

michaloo
published 0.12.0-beta.1 •

sbellity
published 0.11.11 •

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