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

convex-helpers

Package Overview
Dependencies
Maintainers
0
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convex-helpers - npm Package Compare versions

Comparing version 0.1.64-alpha.3 to 0.1.64-alpha.4

2

package.json
{
"name": "convex-helpers",
"version": "0.1.64-alpha.3",
"version": "0.1.64-alpha.4",
"description": "A collection of useful code to complement the official convex package.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -658,2 +658,7 @@ import { Value, convexToJson, jsonToConvex } from "convex/values";

}
limit(_n: number): any {
throw new Error(
".limit() not supported for `paginator`. Use .paginate() instead.",
);
}
[Symbol.asyncIterator](): any {

@@ -660,0 +665,0 @@ throw new Error(

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