Socket
Socket
Sign inDemoInstall

@uniformdev/assets

Package Overview
Dependencies
Maintainers
11
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/assets - npm Package Compare versions

Comparing version 19.54.3-alpha.3 to 19.54.3-alpha.5

48

dist/index.d.ts

@@ -141,9 +141,43 @@ import { ApiClient, ClientOptions } from '@uniformdev/context/api';

_author?: string;
title?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
description?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
mediaType?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
url?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
size?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
width?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
height?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
title?: {
value: string;
/** @constant */
type: "text";
};
description?: {
value: string;
/** @constant */
type: "text";
};
file?: {
/** Format: uuid */
value: string;
/** @constant */
type: "file";
};
mediaType?: {
value: string;
/** @constant */
type: "text";
};
url?: {
value: string;
/** @constant */
type: "text";
};
size?: {
value: number;
/** @constant */
type: "number";
};
width?: {
value: number;
/** @constant */
type: "number";
};
height?: {
value: number;
/** @constant */
type: "number";
};
/** @description Asset field values. */

@@ -150,0 +184,0 @@ custom?: {

2

dist/index.esm.js

@@ -14,3 +14,3 @@ // src/AssetClient.ts

});
return await this.apiClient(fetchUri);
return this.apiClient(fetchUri);
}

@@ -17,0 +17,0 @@ async upsert(options) {

@@ -41,3 +41,3 @@ "use strict";

});
return await this.apiClient(fetchUri);
return this.apiClient(fetchUri);
}

@@ -44,0 +44,0 @@ async upsert(options) {

{
"name": "@uniformdev/assets",
"version": "19.54.3-alpha.3+c24f64403",
"version": "19.54.3-alpha.5+014bd6280",
"description": "Uniform Assets",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"node": "./dist/index.mjs",
"default": "./dist/index.esm.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},

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

"dependencies": {
"@uniformdev/context": "19.54.3-alpha.3+c24f64403"
"@uniformdev/context": "19.54.3-alpha.5+014bd6280"
},
"gitHead": "c24f64403ca47e28674e94da9ab1566671f398fc"
"gitHead": "014bd628043639e39e853dfdc2a7f1d2da340854"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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