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
38
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 11.0.6 to 11.0.7

1

dist/query.d.ts

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

version?: string | null;
versionRaw?: boolean | null;
export?: 'json' | 'csv' | 'xml' | null;

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

@@ -11,2 +11,3 @@ export type Role = {

admin_access: boolean;
users: string[];
};

@@ -13,0 +14,0 @@ export type Avatar = {

8

package.json
{
"name": "@directus/types",
"version": "11.0.6",
"version": "11.0.7",
"description": "Shared types for Directus",

@@ -25,4 +25,4 @@ "homepage": "https://directus.io",

"@types/geojson": "7946.0.14",
"@directus/schema": "11.0.1",
"@directus/constants": "11.0.3"
"@directus/constants": "11.0.3",
"@directus/schema": "11.0.1"
},

@@ -32,3 +32,3 @@ "devDependencies": {

"typescript": "5.3.3",
"vue": "3.4.19",
"vue": "3.4.21",
"@directus/tsconfig": "1.0.1"

@@ -35,0 +35,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