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

ancient-ui

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ancient-ui - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

4

dist/components/fonts.d.ts
export declare const aileronFonts: LocalFont[];
type LocalFont = {
path: string;
weight: string;
style: "normal" | "italic" | "oblique" | string;
weight?: string;
style?: "normal" | "italic" | "oblique" | string;
};
export {};

@@ -11,5 +11,5 @@ export const aileronFonts: LocalFont[] = [

path: string;
weight: string; // Adjust the type according to your font library's requirements
style: "normal" | "italic" | "oblique" | string; // Adjust as needed
weight?: string; // Adjust the type according to your font library's requirements
style?: "normal" | "italic" | "oblique" | string; // Adjust as needed
// Add more properties if necessary
};
{
"name": "ancient-ui",
"version": "0.1.9",
"version": "0.1.10",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -11,5 +11,5 @@ export const aileronFonts: LocalFont[] = [

path: string;
weight: string; // Adjust the type according to your font library's requirements
style: "normal" | "italic" | "oblique" | string; // Adjust as needed
weight?: string; // Adjust the type according to your font library's requirements
style?: "normal" | "italic" | "oblique" | string; // Adjust as needed
// Add more properties if necessary
};
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