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

@directus/constants

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@directus/constants - npm Package Compare versions

Comparing version 10.1.0 to 10.2.0

dist/log.d.ts

1

dist/index.d.ts

@@ -6,2 +6,3 @@ export * from './activity.js';

export * from './injection.js';
export * from './log.js';
export * from './regex.js';

@@ -6,2 +6,3 @@ export * from './activity.js';

export * from './injection.js';
export * from './log.js';
export * from './regex.js';

18

package.json
{
"name": "@directus/constants",
"version": "10.1.0",
"type": "module",
"sideEffects": false,
"version": "10.2.0",
"description": "Shared constants for Directus",
"homepage": "https://directus.io",
"repository": {

@@ -15,2 +14,4 @@ "type": "git",

"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"sideEffects": false,
"type": "module",
"exports": {

@@ -24,12 +25,9 @@ ".": "./dist/index.js",

],
"publishConfig": {
"access": "public"
"dependencies": {
"zod": "3.21.4"
},
"devDependencies": {
"@directus/tsconfig": "0.0.7",
"typescript": "5.0.4"
"typescript": "5.0.4",
"@directus/tsconfig": "0.0.7"
},
"dependencies": {
"zod": "3.21.4"
},
"scripts": {

@@ -36,0 +34,0 @@ "build": "tsc --project tsconfig.prod.json",

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