New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anyonecandesign-types

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anyonecandesign-types - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

19

dist/index.d.ts

@@ -32,9 +32,11 @@ export type DatabaseResource<T = unknown> = T & {

currentRevisionId: string;
currentRevisionCreationDuration: number;
revisions: ProjectRevision[];
undoRevisionIds: string[];
redoRevisionIds: string[];
organizationId: string;
}>;
export type Revision = DatabaseResource<{
files: RevisionFile[];
projectId: string;
files: RevisionFile[];
implicitFiles: RevisionImplicitFile[];
organizationId: string;
}>;

@@ -51,2 +53,9 @@ export type Email = DatabaseResource<{

export type ProjectStatus = 'start' | 'success' | 'error' | 'prompt' | 'build' | 'deploy' | 'unknown';
export type ProjectRevision = {
id: string;
status: ProjectStatus;
prompt: string;
duration: number;
createdAt: string;
};
export type ProjectLog = {

@@ -61,5 +70,1 @@ severity: 'info' | 'error';

};
export type RevisionImplicitFile = {
path: string;
type: 'shadcn';
};
{
"name": "anyonecandesign-types",
"version": "0.0.13",
"version": "0.0.14",
"description": "TypeScript types for anyonecandesign.com",

@@ -5,0 +5,0 @@ "main": "dist/index.d.ts",

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