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.9 to 0.0.10

5

dist/index.d.ts

@@ -49,6 +49,5 @@ export type DatabaseResource<T = unknown> = T & {

export type SignInProvider = 'password' | 'google.com';
export type ProjectStatus = 'start' | 'prompting' | 'building' | 'deploying' | 'success' | 'error';
export type ProjectErrorType = 'prompting' | 'building' | 'deploying' | 'unknown';
export type ProjectStatus = 'start' | 'success' | 'error' | 'prompt' | 'build' | 'deploy' | 'unknown';
export type ProjectError = {
type: ProjectErrorType;
status: ProjectStatus;
message: string;

@@ -55,0 +54,0 @@ createdAt: string;

2

package.json
{
"name": "anyonecandesign-types",
"version": "0.0.9",
"version": "0.0.10",
"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