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
729
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.50.2-alpha.77
to
20.50.2-alpha.96
+0
-7
dist/index.d.mts

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

"application/json": {
/** Format: uuid */
id: string;

@@ -72,8 +71,5 @@ state: number;

"application/json": {
/** Format: uuid */
id?: string;
/** Format: uuid */
projectId?: string;
sourceId?: string;
/** Format: uuid */
teamId?: string;

@@ -96,3 +92,2 @@ name: string;

"application/json": {
/** Format: uuid */
id: string;

@@ -133,3 +128,2 @@ uploadUrl: string;

sourceId?: string;
/** Format: uuid */
projectId?: string;

@@ -147,3 +141,2 @@ };

"application/json": {
/** Format: uuid */
id: string;

@@ -150,0 +143,0 @@ };

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

"application/json": {
/** Format: uuid */
id: string;

@@ -72,8 +71,5 @@ state: number;

"application/json": {
/** Format: uuid */
id?: string;
/** Format: uuid */
projectId?: string;
sourceId?: string;
/** Format: uuid */
teamId?: string;

@@ -96,3 +92,2 @@ name: string;

"application/json": {
/** Format: uuid */
id: string;

@@ -133,3 +128,2 @@ uploadUrl: string;

sourceId?: string;
/** Format: uuid */
projectId?: string;

@@ -147,3 +141,2 @@ };

"application/json": {
/** Format: uuid */
id: string;

@@ -150,0 +143,0 @@ };

+3
-3
{
"name": "@uniformdev/files",
"version": "20.50.2-alpha.77+51415ad3dd",
"version": "20.50.2-alpha.96+3f982d48ba",
"description": "Uniform Files helpers",

@@ -37,5 +37,5 @@ "license": "SEE LICENSE IN LICENSE.txt",

"dependencies": {
"@uniformdev/context": "20.50.2-alpha.77+51415ad3dd"
"@uniformdev/context": "20.50.2-alpha.96+3f982d48ba"
},
"gitHead": "51415ad3ddc2e973a8c52fc4116df82182f9c44b"
"gitHead": "3f982d48baf7aad200f687938b7f2e7c8796f759"
}