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

@analogjs/trpc

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@analogjs/trpc - npm Package Versions

1
10

0.2.5

Diff

Changelog

Source

0.2.5 (2023-09-19)

Bug Fixes

  • platform: remove global define, update platform-server replacements (#661) (e9a14df)
brandonroberts
published 0.2.4 •

Changelog

Source

0.2.4 (2023-09-19)

Bug Fixes

  • astro-angular,vite-plugin-angular: update zone.js deep imports for compatibility (#651) (704e2e9)

Features

  • add support for non-node/Cloudflare builds (#638) (0ee7965)
brandonroberts
published 0.2.3 •

Changelog

Source

0.2.3 (2023-09-14)

Bug Fixes

  • trpc: avoid hard coding of host/port by using $fetch/fetch when … (#639) (a30ac8a)

Features

  • astro-angular: implement output forwarding on client-side hydrated components (#641) (3e836cb)
brandonroberts
published 0.2.2 •

Changelog

Source

0.2.2 (2023-09-04)

Features

  • content: support prismjs diff highlight (#624) (f2c8805)
brandonroberts
published 0.2.1 •

Changelog

Source

0.2.1 (2023-08-28)

Bug Fixes

  • nx-plugin: normalize outputs for standalone Nx projects (#617) (1c045fd)
  • vite-plugin-nitro: add config root fallback paths and update renderer paths (#618) (d07a566)

Features

  • vite-plugin-nitro: add server event to load function and types (#614) (b69987a)
brandonroberts
published 0.2.0 •

Changelog

Source

0.2.0 (2023-08-21)

Bug Fixes

  • add common Angular libraries for ssr transform (#475) (4ef3872)
  • add mermaid dependency to new projects (#570) (525c6c9)
  • add transform filter to vite plugin (#516) (9b0b211)
  • astro-angular: fix sourcemaps for build (#462) (b9c7873)
  • content: add async flag to marked highlight config (#509) (dc50600)
  • content: do not run change detection when loading mermaid (#562) (0436b6f)
  • content: ensure prism toolbar is loaded first, use external mermaid loader (#564) (9ab2884)
  • content: fix deprecation warnings for marked package (#487) (87a978b)
  • content: make mermaid tree shakable (#563) (b7cef8a)
  • content: render markdown content in resolver for markdown route (#415) (096b45e)
  • create-analog: add @analogjs/content dependencies to v15 template (3c7a46f)
  • create-analog: add skipLibCheck to template generator (6e11a2a)
  • create-analog: pin Angular v15 template to Nx v15 (e543dba)
  • create-analog: pin vie-plugin-angular version in Angular v15 template (d750116)
  • create-analog: restrain node 16 to 16.17. (#533) (cd099ad)
  • create-analog: update Vitest for Nx 16.x (7b39c21)
  • nx-plugin: add counter code to welcome component, update templates (#466) (5a27202)
  • nx-plugin: add linter dependency for nx app generator, preset (#568) (f3b8028)
  • nx-plugin: add missing properties to preset generator schema.json (#387) (72bee17)
  • nx-plugin: cleanup styles, minor naming inconsistency, add missing await (#549) (a58cdd6)
  • nx-plugin: fixing linting in nx project (#539) (dfda110)
  • nx-plugin: hide preset generator from nx console (#542) (77f52d5)
  • nx-plugin: make nx plugin templates compatible with rxjs trpc client (#430) (5748077)
  • nx-plugin: remove @nx/angular import from preset (0d60a89)
  • nx-plugin: remove dependency of nx-plugin to linter (#572) (43f30e8)
  • only assign ngDevMode during build (#373) (b89a47a)
  • platform: cache content attributes if they have not changed (#561) (e4387f2)
  • platform: display error overlay in SSR mode (#375) (3af5ab3)
  • platform: include Angular libs for optimization, only clear page endpoints on build (df9dc60)
  • platform: make route invalidation checks more flexible (#338) (e7bc83f)
  • platform: update versions for Nx generators (#339) (534cc76)
  • router: add support for server-side data fetching with catch-all routes (#602) (dd8922f)
  • router: allow dynamic routes in the root route array (#381) (c5ef38e)
  • router: do not run unnecessary change detections cycles when markdown modules are loaded (#557) (7646549)
  • router: remove assertInInjectionContext check for v15 compatibility (#461) (27a52e1)
  • trpc: allow to pass custom headers to trpc client (#441) (a2b7eae)
  • trpc: cache-state turns to inactive once app is stable (#522) (ac2226a)
  • trpc: remove hard coded superjson transformer in favor of trpc client options & add e2e tests (#378) (6ee5a75)
  • vite-plugin-angular: add compatibility support for Angular v16.2+ (#600) (b82e9fe)
  • vite-plugin-angular: add fallback for config root (02463ad)
  • vite-plugin-angular: add import fixes and support for Angular v16.1 (#458) (613fd5f)
  • vite-plugin-angular: apply babel transformations for safari 15 s… (#427) (8ddb9ad)
  • vite-plugin-angular: cache already resolved style and template URLs (#566) (b5b6d69)
  • vite-plugin-angular: cache style URLs by matched styleUrls expression (#571) (ce348f6)
  • vite-plugin-angular: check whether external template/stylesheet is already watched (#569) (3313a7b)
  • vite-plugin-angular: correctly inline external styles/templates in JIT mode (#389) (ce5ddcc)
  • vite-plugin-angular: do not execute hot module update if host is not set (#558) (2daa5b9)
  • vite-plugin-angular: remove caching of watched component templates (#587) (fcc7aa4)
  • vite-plugin-angular: use raw loader to handle external templates in jit mode (#607) (9288570)
  • vite-plugin-nitro: add check for exported load function for page endpoints (#596) (d903fd4)
  • vite-plugin-nitro: normalize page handler path for Windows (#591) (#603) (a265229)
  • vite-plugin-nitro: pass public output path to sitemap builder (#601) (94e7568)
  • vite-plugin-nitro: use built-in $fetch for GET API requests (b127964)
  • vite-plugin-nitro: use proxy to relay requests without api prefix (#404) (0d74281)

Features

  • add default prerender route (#365) (3ded798)
  • add filterFn argument to the injectContentFiles function (#348) (018b70d), closes #347
  • add initial support to pages for server-side data fetching (#446) (9d1b0f8)
  • add ng update support (#380) (98ed521)
  • add trpc client and trpc-app as example (#371) (9b3382c)
  • astro-angular: add support for render and client component providers (#376) (bbfcb40)
  • content: add customFilename param to injectContent (#597) (4f3dd68)
  • content: add support for mermaid in markdown (#555) (28f2c20)
  • content: add support for using slug from markdown frontmatter (#496) (a1de310)
  • handle default build/output/test config paths internally (#425) (1aeaaed)
  • make nx plugin work without angular preset and add tailwind option (#370) (c8ee37c)
  • move nitro integration into separate vite plugin package (#341) (aeea815), closes #318
  • nx-plugin: fix angular 15.x and 16.x install support (#481) (acbdf14)
  • nx-plugin: initial commit page generator/schematic (#577) (4a2de22)
  • platform: improve nx plugin and add tRPC support (#382) (5a25787)
  • router: overhaul route discovery engine (#444) (d99869c), closes #237 #273
  • trpc: add rxjs observable compatible trpc client (#385) (1ba886a), closes #379
  • trpc: make CreateTRPCProxyClient publicly available (#453) (8a432a9)
  • trpc: use consistent naming for Trpc exports and use in Nx plugin (#454) (6ea71fb)
  • update template app dependencies to Angular v16.1.x, Nx 16.4.x (#479) (12e501c)
  • vite-plugin-angular: add support for JIT mode for testing (#374) (07af493)
  • vite-plugin-nitro: add BUILD_PRESET as a deployment preset alias (#402) (ab800bc)
  • vite-plugin-nitro: add initial support for sitemap generation (#497) (8485648)
  • vite-plugin-nitro: add support for running hooks during pre-rendering (#548) (46af10e)
  • vite-plugin-nitro: add support for XML content in API routes (#518) (56766d9)
  • vite-plugin-nitro: adjust output paths for vercel preset (#525) (1ec80f0)
  • vite-plugin-nitro: upgrade Nitro dependency to 2.x (#431) (6c3f387)

Reverts

  • Revert "build: add implicit dependency on nx-plugin to platform package (#443)" (c02e797), closes #443
brandonroberts
published 0.2.0-rc.5 •

brandonroberts
published 0.2.0-rc.4 •

brandonroberts
published 0.2.0-rc.3 •

brandonroberts
published 0.2.0-rc.2 •

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