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

to
0.0.12

8

dist/index.d.ts

@@ -30,3 +30,3 @@ export type DatabaseResource<T = unknown> = T & {

status: ProjectStatus;
errors: ProjectError[];
logs: string[];
currentRevisionId: string;

@@ -51,8 +51,2 @@ currentRevisionCreationDuration: number;

export type ProjectStatus = 'start' | 'success' | 'error' | 'prompt' | 'build' | 'deploy' | 'unknown';
export type ProjectError = {
severity: 'error' | 'warning';
status: ProjectStatus;
message: string;
createdAt: string;
};
export type RevisionFile = {

@@ -59,0 +53,0 @@ path: string;

2

package.json
{
"name": "anyonecandesign-types",
"version": "0.0.11",
"version": "0.0.12",
"description": "TypeScript types for anyonecandesign.com",

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