Socket
Socket
Sign inDemoInstall

@uniformdev/assets

Package Overview
Dependencies
Maintainers
12
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.55.2-alpha.57 to 19.55.2-alpha.60

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.55.2-alpha.57+ce05e047a",
"version": "19.55.2-alpha.60+f5039d327",
"description": "Uniform Assets",

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

"dependencies": {
"@uniformdev/context": "19.55.2-alpha.57+ce05e047a"
"@uniformdev/context": "19.55.2-alpha.60+f5039d327"
},
"gitHead": "ce05e047a1116e4b1edeb495b1d0a3943bbe9833"
"gitHead": "f5039d327b25d3ea6334791fb8e3a4ccdb6bc6da"
}

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