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

convex

Package Overview
Dependencies
Maintainers
13
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convex - npm Package Versions

23
15

1.17.0

Diff

Changelog

Source

1.17.0

  • Disallow extra arguments to CLI commands.
  • --component flags for convex import and convex data.
  • --run-component flag for convex dev --run
  • Remove prettier-ignore-start directives from generated code.
  • Fix file watcher bug where a syntax error could cause a file to stop being watched.
  • Downgrade jwt-decode dependency back to ^3.1.2.
  • Change refresh token renewal timing
ballingt
published 1.17.0-alpha.0 •

ballingt
published 1.16.6 •

Changelog

Source

1.16.6

  • Detect TanStack Start projects and use environment variable name VITE_CONVEX_URL.
ballingt
published 1.16.5 •

Changelog

Source

1.16.5

  • restore --run flag of convex import
sshader
published 1.16.4 •

Changelog

Source

1.16.4

  • Don't typecheck dependent components by default, add --typecheckComponents flag to typecheck.
ballingt
published 1.16.3 •

Changelog

Source

1.16.3

  • Fix some library typecheck errors introduced in 1.16.1. Workaround for previous versions is to add "skipLibCheck": true to the tsconfig.json in the convex directory.
ballingt
published 1.16.2 •

Changelog

Source

1.16.2

  • Change some language around componets beta.
ballingt
published 1.16.1 •

Changelog

Source

1.16.1

  • Release components, a feature in beta. These codepaths should not be active unless a convex directory contains a file named convex.config.ts. Components aren't documented yet and may change significantly before general release.
jordanhunt
published 1.16.0 •

Changelog

Source

1.16.0

  • Added support for a new validator, v.record. This is a typed key-value object in TypeScript. More information can be found in the docs.

  • Upgrade esbuild from 0.17 to 0.23. It's possible to use an npm override to use a different version of esbuild if you need to stay on an older version, although changes to the esbuild API could break this in the future.

    See esbuild changelog for the full list of changes. One standout: tsconfig.json is no longer used by esbuild for jsx setting. Convex now sets it manually to "automatic".

ballingt
published 1.16.0-alpha.2 •

23
15
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