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.1 to 10.1.2

1

dist/extensions.d.ts

@@ -66,3 +66,2 @@ import type { API_EXTENSION_TYPES, APP_EXTENSION_TYPES, BUNDLE_EXTENSION_TYPES, EXTENSION_TYPES, ExtensionManifest, ExtensionOptions, ExtensionOptionsBundleEntries, ExtensionOptionsBundleEntry, HYBRID_EXTENSION_TYPES, LOCAL_TYPES, NESTED_EXTENSION_TYPES, SplitEntrypoint } from '@directus/constants';

services: any;
exceptions: any;
database: Knex;

@@ -69,0 +68,0 @@ env: Record<string, any>;

6

dist/filter.d.ts
export type FilterOperator = 'eq' | 'neq' | 'lt' | 'lte' | 'gt' | 'gte' | 'in' | 'nin' | 'null' | 'nnull' | 'contains' | 'ncontains' | 'icontains' | 'between' | 'nbetween' | 'empty' | 'nempty' | 'intersects' | 'nintersects' | 'intersects_bbox' | 'nintersects_bbox';
export type ClientFilterOperator = FilterOperator | 'starts_with' | 'nstarts_with' | 'ends_with' | 'nends_with' | 'regex';
export type ClientFilterOperator = FilterOperator | 'starts_with' | 'nstarts_with' | 'istarts_with' | 'nistarts_with' | 'ends_with' | 'nends_with' | 'iends_with' | 'niends_with' | 'regex';
export type Filter = LogicalFilter | FieldFilter;

@@ -30,4 +30,8 @@ export type LogicalFilterOR = {

_nstarts_with?: string;
_istarts_with?: string;
_nistarts_with?: string;
_ends_with?: string;
_nends_with?: string;
_iends_with?: string;
_niends_with?: string;
_between?: (string | number)[];

@@ -34,0 +38,0 @@ _nbetween?: (string | number)[];

{
"name": "@directus/types",
"version": "10.1.1",
"version": "10.1.2",
"description": "Shared types for Directus",

@@ -5,0 +5,0 @@ "homepage": "https://directus.io",

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