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.0.0 to 10.0.1

1

dist/layouts.d.ts

@@ -15,2 +15,3 @@ import type { Component } from 'vue';

headerShadow?: boolean;
sidebarShadow?: boolean;
setup: (props: LayoutProps<Options, Query>, ctx: LayoutContext) => Record<string, unknown>;

@@ -17,0 +18,0 @@ }

2

dist/users.d.ts

@@ -30,3 +30,3 @@ export type Role = {

timezone: string;
language: string;
language: string | null;
avatar: null | Avatar;

@@ -33,0 +33,0 @@ company: string | null;

{
"name": "@directus/types",
"version": "10.0.0",
"version": "10.0.1",
"type": "module",

@@ -34,12 +34,12 @@ "description": "Shared types for Directus",

"typescript": "5.0.4",
"vue": "3.2.47",
"vue-router": "4.1.6",
"vue": "3.3.2",
"vue-router": "4.2.0",
"zod": "3.21.4",
"@directus/constants": "10.0.0",
"@directus/schema": "10.0.0"
"@directus/constants": "10.1.0",
"@directus/schema": "10.0.1"
},
"scripts": {
"build": "tsc --build",
"build": "tsc --project tsconfig.prod.json",
"dev": "tsc --watch"
}
}
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