Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@uniformdev/files

Package Overview
Dependencies
Maintainers
8
Versions
725
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/files - npm Package Compare versions

Comparing version
20.66.1-alpha.4
to
20.66.1-alpha.63
+10
-0
dist/index.d.mts

@@ -42,2 +42,4 @@ import { ApiClient, ClientOptions } from '@uniformdev/context/api';

sourceId?: string;
/** Format: date-time */
expiresAt?: string;
};

@@ -84,2 +86,7 @@ };

height?: number;
/**
* Format: date-time
* @description Optional expiry time for temporary uploads. If set, and the file is not attached to an asset at that time, it will be automatically deleted.
*/
expiresAt?: string;
};

@@ -203,2 +210,4 @@ };

sourceId?: string;
/** Format: date-time */
expiresAt?: string;
/** Format: uuid */

@@ -322,2 +331,3 @@ deletedReplacementFileId?: string;

sourceId?: string;
expiresAt?: string;
deletedReplacementFileId?: string;

@@ -324,0 +334,0 @@ }>;

@@ -42,2 +42,4 @@ import { ApiClient, ClientOptions } from '@uniformdev/context/api';

sourceId?: string;
/** Format: date-time */
expiresAt?: string;
};

@@ -84,2 +86,7 @@ };

height?: number;
/**
* Format: date-time
* @description Optional expiry time for temporary uploads. If set, and the file is not attached to an asset at that time, it will be automatically deleted.
*/
expiresAt?: string;
};

@@ -203,2 +210,4 @@ };

sourceId?: string;
/** Format: date-time */
expiresAt?: string;
/** Format: uuid */

@@ -322,2 +331,3 @@ deletedReplacementFileId?: string;

sourceId?: string;
expiresAt?: string;
deletedReplacementFileId?: string;

@@ -324,0 +334,0 @@ }>;

+4
-3
{
"name": "@uniformdev/files",
"version": "20.66.1-alpha.4+59acb12562",
"version": "20.66.1-alpha.63+0184a5ef58",
"description": "Uniform Files helpers",

@@ -9,2 +9,3 @@ "license": "SEE LICENSE IN LICENSE.txt",

"exports": {
"source": "./src/index.ts",
"import": {

@@ -38,5 +39,5 @@ "types": "./dist/index.d.ts",

"dependencies": {
"@uniformdev/context": "20.66.1-alpha.4+59acb12562"
"@uniformdev/context": "20.66.1-alpha.63+0184a5ef58"
},
"gitHead": "59acb12562dc7d023f12160bcf5db481650e1843"
"gitHead": "0184a5ef58e0a3c8a9c48f98e5a3cc6205da7815"
}