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

convex-selections

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convex-selections - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

utils/relation.d.ts

2

bundle.d.ts
import { UnionToIntersection } from 'type-fest';
import { GenericId } from 'convex/values';
type Relation<$TableName extends string> = $TableName;
type Relation<$TableName extends string> = `__RELATION__:${$TableName}`;

@@ -6,0 +6,0 @@ type SelectInputFromDataModel<$DataModel, $TableName extends string> = {

@@ -5,4 +5,8 @@ {

"type": "module",
"version": "0.0.0",
"exports": "./index.js",
"version": "0.0.1",
"exports": {
".": "./index.js",
"./hashes": "./hashes.js",
"./values": "./values.js"
},
"scripts": {

@@ -9,0 +13,0 @@ "build": "tun ./scripts/build.js"

@@ -1,1 +0,1 @@

export type Relation<$TableName extends string> = $TableName;
export type Relation<$TableName extends string> = `__RELATION__:${$TableName}`;
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