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

@directus/types

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@directus/types - npm Package Compare versions

Comparing version 10.1.5 to 10.1.6-beta.0

dist/branches.d.ts

1

dist/collection.d.ts

@@ -18,2 +18,3 @@ import type { Table } from '@directus/schema';

preview_url: string | null;
branches_enabled: boolean;
sort_field: string | null;

@@ -20,0 +21,0 @@ archive_field: string | null;

export * from './accountability.js';
export * from './branches.js';
export * from './collection.js';

@@ -3,0 +4,0 @@ export * from './displays.js';

export * from './accountability.js';
export * from './branches.js';
export * from './collection.js';

@@ -3,0 +4,0 @@ export * from './displays.js';

@@ -10,2 +10,3 @@ import type { Filter } from './filter.js';

search?: string | null;
branch?: string | null;
export?: 'json' | 'csv' | 'xml' | null;

@@ -12,0 +13,0 @@ group?: string[] | null;

4

package.json
{
"name": "@directus/types",
"version": "10.1.5",
"version": "10.1.6-beta.0",
"description": "Shared types for Directus",

@@ -33,3 +33,3 @@ "homepage": "https://directus.io",

"zod": "3.21.4",
"@directus/constants": "10.2.3",
"@directus/constants": "10.2.4-beta.0",
"@directus/schema": "10.0.2"

@@ -36,0 +36,0 @@ },

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