New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/content

Package Overview
Dependencies
Maintainers
7
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/content - npm Package Versions

2345
9

3.3.0

Diff
farnabaz
published 3.3.0 •

Changelog

Source

3.3.0 (2025-03-05)

Features

  • page level caching (#3158) (f4e4f4c)

Bug Fixes

  • collection: detect two part branches (b0a743b)
  • database: remove comments form dump queries (#3221) (474c224)
  • module: load ts transformers (#3218) (819ab7f)
  • module: prevent adding css modules in components template (1a48095), closes #3206
  • preview: remove db (ad62971)
  • warn about using ./ and ../ in source (7a7b3b2), closes #3215
farnabaz
published 3.2.2 •

Changelog

Source

3.2.2 (2025-02-24)

Bug Fixes

  • client-database: separate db init from collection dump fetch (#3188) (82425a5)
  • search: invalid helper naming (895c220), closes #3186
farnabaz
published 3.2.1 •

Changelog

Source

3.2.1 (2025-02-21)

Bug Fixes

  • bunsqlite: polyfills not being loaded (#3176) (139744c)
  • client-database: prevent concurrent initialization (#3174) (49531dd)
  • ContentRenderer: async loader types (f1a9b8e)
  • llms: add missing import for defineNitroPlugin (#3170) (b091253)
  • llms: add missing import on queryCollection (2fe61e6)
farnabaz
published 3.2.0 •

Changelog

Source

3.2.0 (2025-02-20)

Features

Bug Fixes

  • queryCollectionItemSurroundings type definition in built module (#3121) (808c133)
  • allow count(*) query (71221d3), closes #3136
  • constant initialization of content tables (#3146) (b2b1b4e)
  • database: prevent creating multiple database connections (#3126) (06a7014)
  • generate checksum after processing all sources (e97c787)
  • manage concurent initializations (#3132) (c351947)
  • nuxtlabs studio url in migration (#3150) (5e69bf2)
  • remove zod from server bundle (842bcd6)
  • renderer: do not ignore component objects (#3127) (8a66225)
  • type: register module hooks types (#3166) (afcf815)
  • type: type error on built package (7be1a2b)
  • use a 90 seconds timeout to prevent Cloudflare from timing out (#3160) (7552090)
farnabaz
published 3.1.1 •

Changelog

Source

3.1.1 (2025-02-11)

Bug Fixes

  • docs: use bindingName instead of binding (#3109) (311609c)
  • don't force pg for vercel (#3093) (0866008)
  • preset: allow presets to provide default options (254fd24)
  • query: allow uppercase in column names (#3100) (598dd13)
  • vercel: use /tmp directory for sqlite db (#3108) (bfc58cc)
farnabaz
published 3.1.0 •

Changelog

Source

3.1.0 (2025-02-03)

Features

  • node-sqlite3 connector (#3032) (1188550)
  • db: drop built-in database adapters in favor of db0 connectors (#3010) (1a7371a)
  • integrate with NuxtHub database queries (#3019) (7b480c5)
  • module: extend content transformers (#3056) (5ac8532)
  • search: allow filtering contents in search sections (#3053) (2dc38cf)

Bug Fixes

  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#2927) (#3018) (c11f90a)
  • fix broken install link (#2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#3006) (3807fe9)
  • module: content parser error handling (#3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#3024) (99f5ac9)
farnabaz
published 3.0.1 •

Changelog

Source

3.0.1 (2025-01-27)

Bug Fixes

  • studio: return when collection not found (0e0c8e7)
  • validate query before execute (#3048) (0f0da14)
farnabaz
published 3.0.0 •

Changelog

Source

3.0.0 (2025-01-16)

Bug Fixes

farnabaz
published 3.0.0-alpha.9 •

Changelog

Source

3.0.0-alpha.9 (2025-01-15)

Features

Bug Fixes

  • docs: ensure card prose on the homepage matches the correct title (#2919) (67c57a7)
  • hooks: generate missing dirname & extension in vFile (e048a55), closes #2970
  • module: update dump template on new file creation (e098115)
  • module: mark build.pathMeta as optional in module config (8329a63)
  • module: split big sql queries into two (#2917) (a27dcae)
  • navigation: prevent duplicate nodes (#2959) (67d6c6b)
  • navigation: respect user defined order (#2974) (b832033)
  • prevent import cache in development (8ea4de1)
  • refine json and boolean fields after retrieving content (#2957) (0dacb1e)
  • shiki: inline codes syntax highlighting (f124c95)
  • shiki: preserve style priority on compress (b95e807)
  • sqlite: remove extra / from database filename in windows (8a9af69), closes #2897
  • sqlite: remove leading / from file path (85010c1)
  • types: inject content types to server tsConfig (203ac90), closes #2968
  • typos: collectionQureyBuilder (#2953) (71036e2)
  • undefined ssr event & and invalid column update (#2962) (9660776)
  • vfile extension format (12aef72)

Performance Improvements

farnabaz
published 3.0.0-alpha.8 •

Changelog

Source

3.0.0-alpha.8 (2024-12-09)

Features

  • build: allow modifying slugify options (#2898) (d05f0ed)
  • config: provide defineContentConfig utility (#2891) (cf85cd4)
  • multi source collection (acfbe96)
  • query: support complex SQL where conditions (#2878) (7f8f128)
  • studio: integration (#2836) (99f6f2f)
  • support where & order in navigation & surround utils (e8df390)
  • support authentication token for private repositories (66cd372)
  • watch: watch for cahnges in all local sources (c5b1a4f)

Bug Fixes

  • collection: path route matching (8ae885d)
  • collection: respect default value in null fields (9fdc4d6)
  • ContentRenderer: render empty slot if body is empty (c325151), closes #2877
  • correct typos in comments within mergeDraft function (006c615)
  • docs: prerendering issues (c9a0cda)
  • hot reload: normalize files path in windows (f883273), closes #2872
  • lint: single function argument (c96fd9d)
  • module: postgres database types (36d3b08)
  • navigation: highlight (862a8b4)
  • navigation: mobile display (0525e9d)
  • preview: move comment (72e894e)
  • preview: prerendering issue on load (b955f76)
  • query: ensure fields are unique in query (9b4635e)
  • query: no trailing slash on path (a2e5c9f)
  • renderer: bundle prose/alias components (bd9e15b)
  • studio: find index file collection by route path (c3f2b9b)
  • studio: use minimatch for browser (a1582b6)
  • surround: do not use parent item if it exists as first child (5810fc6)
  • surround: handle missing path (59c69bc)
  • surround: remove all posible dupplicate paths (d529996)
  • typecheck (4890997)
  • typecheck prepack (dae4149)

Performance Improvements

  • broadcase changes before templates update (2957772)
2345
9