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

anyonecandesign-core

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anyonecandesign-core - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/types.d.ts

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

billingUserId: string;
billingPlanType: BillingPlanType;
}>;

@@ -65,2 +66,3 @@ export type OrganizationInvitation = DatabaseResource<{

export type SignInProvider = 'password' | 'google.com';
export type BillingPlanType = 'individual' | 'startup' | 'enterprise';
export type ProjectType = 'frontend' | 'frontend-backend';

@@ -67,0 +69,0 @@ export type ProjectStatus = 'ready' | 'prompt' | 'build' | 'deploy' | 'error';

2

package.json
{
"name": "anyonecandesign-core",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Constants and types for anyonecandesign.com",

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