Socket
Socket
Sign inDemoInstall

@uniformdev/assets

Package Overview
Dependencies
Maintainers
13
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.61.1-alpha.13 to 19.61.1-alpha.18

10

dist/index.d.ts

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

/** @description Name for the prompt */
promptName?: string | null;
name?: string | null;
/** @description Text for the prompt */
promptText?: string | null;
text?: string | null;
/** @description Data for the prompt */
promptData?: string | null;
data?: {
[key: string]: unknown;
} | null;
/** @description Turn off/on prompt */

@@ -874,2 +876,4 @@ enabled?: boolean | null;

builtIn?: boolean | null;
/** @description Supported parameter types */
parameterTypes?: string[] | null;
};

@@ -876,0 +880,0 @@ };

{
"name": "@uniformdev/assets",
"version": "19.61.1-alpha.13+9ea7c72e6",
"version": "19.61.1-alpha.18+f26189658",
"description": "Uniform Assets",

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

"dependencies": {
"@uniformdev/context": "19.61.1-alpha.13+9ea7c72e6"
"@uniformdev/context": "19.61.1-alpha.18+f26189658"
},
"gitHead": "9ea7c72e685bf1dd690149aa40a9b7a443d2ad28"
"gitHead": "f2618965881c30f1e995f45a6e880bc2f4d10ebe"
}

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