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

@compas/server

Package Overview
Dependencies
Maintainers
0
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/server - npm Package Versions

13
20

0.13.0

Diff

Changelog

Source

v0.13.0

Features
Other
  • chore(release): don't try to commit package-lock.json d31756
  • chore: fix type issues c71a6b
Dependency updates
dirkdev98
published 0.12.4 •

Changelog

Source

v0.12.4

Other
  • chore(changelog): clarify v0.12.0 release notes bdab74
  • chore: remove lockfile + prevent creation 6075e3
  • chore(store): call eventStop in queueWorker if application didn't 14b9b3
Dependency updates
dirkdev98
published 0.12.3 •

Changelog

Source

v0.12.3

Bug fixes
  • fix(sentry): use local identity functions when startNewTrace is not available 28e89d
dirkdev98
published 0.12.2 •

Changelog

Source

v0.12.2

Features
  • feat(stdlib,store,server): Sentry v7 & v8 compat 738283
dirkdev98
published 0.12.1 •

Changelog

Source

v0.12.1

Features
  • feat(stdlib,queue): explicit wrap Sentry in new traces 3ff39e
dirkdev98
published 0.12.0 •

Changelog

Source

v0.12.0

Notable changes
  • feat(stdlib): support Sentry v8 8891d3
    • Compatible with both Sentry v7 & v8.
    • Note that Sentry v8 uses Node.js Module Loader hooks, which doesn't support primitive live bindings and thus might break your application. Watch https://github.com/getsentry/sentry-javascript/issues/12806 for updates.
    • For v8, the following options can be removed from the Sentry.init call:
      • Removes the need for _experiments.metricsAggregator
      • Removes the need for calling Sentry.autoDiscoverNodePerformanceMonitoringIntegrations().
      • Removes the need for explicitly setting captureErrorCause: true.
Features
  • feat(cli): widen range of supported Postgres versions 4cd0b7
  • feat(cli): prefer 'lint' and 'lint:ci' scripts from package.json when running 'compas lint' 127d73
Bug fixes
  • fix(server): collapse sentry metrics for OPTIONS and HEAD requests 5167f1
Other
  • chore(dependabot): drop grouped updates 928b6d
  • chore(ci): simplify CI 4a24ee
Dependency updates
dirkdev98
published 0.11.2 •

Changelog

Source

v0.11.2

Features
  • feat(server,store): keep track of Sentry metrics about which routes and jobs are run ca1a0a
dirkdev98
published 0.11.1 •

Changelog

Source

v0.11.1

Features
  • feat(server): force a new Sentry trace id for each request 6ca680
  • feat(store): force a new Sentry trace id for job f4de6a
Bug fixes
  • fix(stdlib): enable event_span logging, even if sentry is used dfc0da
dirkdev98
published 0.11.0 •

Changelog

Source

v0.11.0

Breaking changes
  • feat(eslint-plugin): stricter checks on missing eventStart calls 491561
    • Correctness checks; if event is passed into an async function, you most certainly want to call eventStart.
Features
  • feat(stdlib): make AppError compatible with Sentry 056d40
Bug fixes
  • fix(cli): make sure to load .cjs and .mjs test files ed546c
dirkdev98
published 0.10.6 •

Changelog

Source

v0.10.6

Features
  • feat(stdlib): only add logs as breadcrumbs if a span is active d1a897
  • feat(cli): hard error the test runner if we don't have a test config and no package.json in the cwd fb1166
Other
  • chore(stdlib): fix TS issues ce2f67
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