Socket
Socket
Sign inDemoInstall

convex

Package Overview
Dependencies
Maintainers
13
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convex - npm Package Versions

13
14

1.14.4

Diff

sshader
published 1.14.4-alpha.0 •

sshader
published 1.14.3 •

sshader
published 1.14.2 •

sshader
published 1.14.2-alpha.0 •

ballingt
published 1.14.1 •

sshader
published 1.14.0 •

Changelog

Source

1.14.0

  • Updates to ConvexReactClient to work better with authentication and server rendering
  • npx convex init and npx convex reinit have been deprecated in favor of npx convex dev --configure
  • Drop support for Node.js v16, and with it drop the dependency on node-fetch. This removes the 'punycode' deprecation warning printed when running the CLI in more recent versions of Node.js.
  • Support for custom claims in JWTs
ldanilek
published 1.13.3-alpha.0 •

ballingt
published 1.13.2 •

Changelog

Source

1.13.2

  • Fix npx convex import regression in 1.13.1
ballingt
published 1.13.1 •

Changelog

Source

1.13.1

  • Relax client URL validation to prepare for Convex backends accessible on arbitrary domain. This makes skipConvexDeploymentUrlCheck client option also no longer required for accessing deployments not hosted on the Convex BaaS.

  • Fix bug where the first mutation request send over the WebSocket failing would not roll back the corresponding optimistic update (completedMutationId could be 0 which is falsey!)

  • Fix bug where codegen --init would fail if no Convex directory existed yet.

  • Action and query function wrappers now also allow validators for args (previously only objects were accepted) and objects for returns (previously only validators were accepted).

  • Change httpRouter behavior for overlapping paths: exact matches first, then the longest prefix patch that matches.

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