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
1
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.4 to 0.0.5

2

dist/index.d.ts

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

export type SignInProvider = 'password' | 'google.com';
export type ProjectStatus = 'prompting' | 'building' | 'deploying' | 'done';
export type ProjectStatus = 'prompting' | 'building' | 'deploying' | 'success' | 'error';
export type RevisionFile = {

@@ -50,0 +50,0 @@ path: string;

{
"name": "anyonecandesign-types",
"version": "0.0.4",
"version": "0.0.5",
"description": "TypeScript types for anyonecandesign.com",

@@ -12,2 +12,3 @@ "main": "dist/index.d.ts",

"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tsc -b && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"build": "tsc",

@@ -14,0 +15,0 @@ "prepublishOnly": "npm run build"

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