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

hull

Package Overview
Dependencies
Maintainers
4
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.16

Diff

Changelog

Source

0.13.16

  • Explicitly handle too large kraken notification payloads
  • Adds devMode utility
  • Turn on flow in index.js files
michaloo
published 0.14.0-beta.1 •

sbellity
published 0.13.15 •

Changelog

Source

0.13.15

  • Bump hull-client version to 1.2.2
  • Adds support for Account anonymous_id claim
sbellity
published 0.13.14 •

Changelog

Source

0.13.14

  • Fix flow type for THullEvent
sbellity
published 0.13.13 •

Changelog

Source

0.13.13

  • set unsupportedFlowControl default size to 10
michaloo
published 0.13.11 •

Changelog

Source

0.13.11

  • this release brings bigger changes to error handling:
    • it cleans up a little middleware stack including smart-notifier errors
    • it introduces two types of errors - unhandled error which is handled the same as till now, and transient error which won't be pushed to sentry, but only instrumented in datadog
    • it deprecates dedicated smartNotifierErrorMiddleware
    • smartNotifierHandler in case of error behaves like notifHandler and pass the error down the middleware stack
  • added timeout option to Hull.Connector constructor to control the timeout value
  • upgrades raven library
  • add support for batch handlers for accounts
  • adds users_segments and accounts_segments to Context Object
  • deprecation Renamed userHandlerOptions to options in notifyHandler
  • flow types fixes
michaloo
published 0.13.10 •

Changelog

Source

0.13.10

  • from now we test each commit on multiple nodejs versions
  • in case of smart-notifier notification if requestId is not passed as an http header we fallback to notification_id from body
  • adds more data to flow types
  • adds ENV VAR flagged optional logging of metrics
michaloo
published 0.13.9 •

Changelog

Source

0.13.9

  • upgrades hull-client to v1.1.5 which have better error handling (retrying all 5xx errors not only 503)
  • improved superagent instrumentation plugin metrics
  • moved added newrelic and expressjs to peerDependencies to ensure good versions
michaloo
published 0.13.8 •

Changelog

Source

0.13.8

  • hotfixes CSVstream library which fails on Node v8
michaloo
published 0.13.7 •

Changelog

Source

0.13.7

  • remove import/export and ...spread to make the code runnable on node v6
  • remove babeljs es transpilation and replace it with transform-flow-comments plugin to have the flow annotations be included in resulting code in comments
  • adds superagentUrlTemplatePlugin and superagentInstrumentationPlugin plugins for superagent client
  • changed concurrency on handleExtract to 1
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