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

Diff

Changelog

Source

0.11.1

  • ShipCache properly returns a Promise for del method also for node-cache-manager stores which don't support Promise
  • adds queue param to queueUiRouter to match naming of Connector - queueAgent is deprecated and will be removed in 0.12.0
  • fix the way Hull.Connector tried to load manifest.json file
michaloo
published 0.11.0 •

Changelog

Source

0.11.0

  • includes changes from all 0.11.0-beta pre-releases
  • makes sure that the json logging is always in one-line
  • adds helpersMiddleware to the worker middleware stack
  • updates outdated dependencies
  • adds initial flow support
  • adds logging to nofifHandler
  • adds segmentFilterSetting setting to enable filtering - by default the filtering is not enabled
  • notifHandler and batchHandler pass all notifications to handler, but adds matchesFilter flag (true/false)
michaloo
published 0.11.0-beta.4 •

Changelog

Source

0.11.0-beta.4

  • fix helpers.updateSettings
  • adds optional connectorName parameter to Hull client and Hull.Connector which if set will be added to logs context (which will end up as connector_name in the logs)
  • if the name is not provided explicitly the Hull.Connector will try to read it from manifest.json
  • by default set json format of the logger console output
  • fix del method call - thanks @phillipalexander
  • adds additionalQuery to req.hull.helpers.requestExtract and req.hull.client.extract.request
  • adds third, optional parameter to notifHandler user:update handler to mark if we are processing batch or notifications - in case of batch it includes query and body params from request
  • renamed req.hull.helpers.filterUserSegments to req.hull.helpers.filterNotification
  • changed the filter to pass users who just left the filtered segment for last sync
  • switched batchHandler to notification format instead of the simplified user object
  • removed setUserSegments, instead default segments and changes.segments.left parameters should be used
  • removed filter from internal batchHandler inside notifHandler
michaloo
published 0.11.0-beta.3 •

Changelog

Source

0.11.0-beta.3

  • fix the requestExtract handler - allow passing path param
  • fix the .asUser() and .asAccount() to return traits and track
  • adds .asUser().account() method
michaloo
published 0.11.0-beta.2 •

Changelog

Source

0.11.0-beta.2

  • Reorganize the utils/helpers
  • Introduce hull.as() create option
  • Upgrade raven API and add default exit handler
  • Combine notifHandler and batchHandler
  • Automatically filter out users using segment filter on user:update and NOT on batch actions
  • Renames hull().as() method to hull().asUser()
  • Adds initial support for accounts
michaloo
published 0.11.0-beta.1 •

Changelog

Source

0.11.0-beta.1

  • Adds /app with Hull.App, Server and Worker
  • Adds /helpers with functions being added to the req.hull.client after being initiated by the Hull.Middleware
  • Adds /infra with Instrumentation, Queue, Cache and Batcher services
  • Adds /utils with handlers, middlewares and routers used as a building blocks of the HullApp and to be used by the ship/connector directly
  • BREAKING - changed the callback signature in NotifHandler
rdardour
published 0.10.8 •

Changelog

Source

0.10.8

  • Properly handle Passport strategies that don't accept a 6-argument method.
rdardour
published 0.10.7 •

Changelog

Source

0.10.7

  • Add optional tokenInUrl argument in OAuthHandler allowing to force static urls
  • Only support an object as second argument in hull.logger.* and Hull.logger.* - for better logging
sbellity
published 0.10.6 •

Changelog

Source

0.10.6

  • Allow passing clientConfig to Middleware and NotifHandler
  • Keeps the logging context consist of organization and ship id
sbellity
published 0.10.5 •

Changelog

Source

0.10.5

  • Move signing cache key to ship-cache module
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