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.63.3-alpha.0 to 19.65.1-alpha.4

22

dist/index.d.ts

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

};
HistoryApiResponse: {
/**
* @description If there are more results, this will be populated with a token to pass in the next request to get the next page of results.
* If this is undefined then no more results are available.
*/
cursor?: string;
/** @description If more history is available than your plan allows, and additional entries are available by upgrading, this will be true */
truncated?: boolean;
/** @description Version history entries. */
results?: external["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["HistoryEntry"][];
};
HistoryEntry: {
/** @description The version ID of the entity. This can be used to fetch the version's data via the entity API. */
versionId: string;
/** @description The timestamp when the version was created in epoch milliseconds. */
timestamp: number;
/** @description The name (full name) of the user who created the version. */
authorName: string;
authorIsApiKey: boolean;
/** @description The state of the entity when the history entry was made. */
state: number;
};
/** @description Category for tagging canvas entities */

@@ -804,0 +826,0 @@ Category: {

6

package.json
{
"name": "@uniformdev/assets",
"version": "19.63.3-alpha.0+d99b97b2a",
"version": "19.65.1-alpha.4+d9220a0f9",
"description": "Uniform Assets",

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

"dependencies": {
"@uniformdev/context": "19.63.3-alpha.0+d99b97b2a"
"@uniformdev/context": "19.65.1-alpha.4+d9220a0f9"
},
"gitHead": "d99b97b2ac5cbcd3b391384ac76d6fc92fbf526b"
"gitHead": "d9220a0f9c51bae1ae6b97d356ae510ffc484394"
}

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