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.11.10

Diff

sbellity
published 0.11.9 •

Changelog

Source

0.11.9

  • sqs adapter
  • logging api timeouts and failures
  • filter out logged claims for users and accounts so one can pass hull.asUser(user)
  • add client.as alias and deprecation notice
  • add error handling for oAuth client
michaloo
published 0.11.9-beta.1 •

michaloo
published 0.11.8 •

Changelog

Source

0.11.8

  • adds identification claims mapping for logger. Since now we can use: client.asUser({ id, email }).logger("incoming.user.success");
michaloo
published 0.11.7 •

Changelog

Source

0.11.7

  • adds firehoseUrl option to the Hull API client
  • background firehose batcher respects firehoseUrl param, if not set defaults to ${protocol}://firehose.${domain}
  • adds Hull-Organization header to firehose calls
  • make notifHandler working with handlers returning promise rejected to undefined value
  • change notifications JSON bodyParser size limit to 256kb (same as SNS message limit)
michaloo
published 0.11.6 •

Changelog

Source

0.11.6

  • make the bull adapter try 3 times before failing a job and cleaning completed jobs
  • make sure we don't return any undefined in segments param while parsing batch request
michaloo
published 0.11.5 •

Changelog

Source

0.11.5

  • adds bull queue adapter using OptimalBits/bull library
  • minor changes to the queueUiRouter to allow working with different adapters
  • adds ip and time context param to traits call
michaloo
published 0.11.4 •

Changelog

Source

0.11.4

  • adds queueName as first argument to the connector.startWorker method
  • adds queueName as option to the ctx.enqueue method
michaloo
published 0.11.3 •

Changelog

Source

0.11.3

  • add timeout and retry to client api calls options; when defined thogether timeout specifies number of miliseconds after which the connection would be timeouted and retry specifies number of miliseconds when the retry will be done after the timeout
  • by default client.get method retries twice calls when error 503 is returned
  • fetching connector settings and segments are instrumented by above settings to timeout after 5000 miliseconds and retried after 1000 ms
  • fix dogapi calls to create events
michaloo
published 0.11.2 •

Changelog

Source

0.11.2

  • normalize the connector name in logs context
  • make the batchHandler respond as soon as it starts to download the extract payload
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